Lines Matching refs:tt_buff
2838 const void *tt_buff,
2846 kfree(orig_node->tt_buff);
2848 orig_node->tt_buff = kmalloc(tt_buff_len, GFP_ATOMIC);
2849 if (orig_node->tt_buff) {
2850 memcpy(orig_node->tt_buff, tt_buff, tt_buff_len);
3268 !req_dst_orig_node->tt_buff)
3288 memcpy(tt_change, req_dst_orig_node->tt_buff,
3540 kfree(orig_node->tt_buff);
3542 orig_node->tt_buff = NULL;
4010 * @tt_buff: pointer to the first tvlv VLAN entry
4018 const void *tt_buff, u16 tt_num_vlan,
4027 tt_vlan = (struct batadv_tvlv_tt_vlan_data *)tt_buff;