Lines Matching refs:tt_buff
2608 const void *tt_buff,
2616 kfree(orig_node->tt_buff);
2618 orig_node->tt_buff = kmalloc(tt_buff_len, GFP_ATOMIC);
2619 if (orig_node->tt_buff) {
2620 memcpy(orig_node->tt_buff, tt_buff, tt_buff_len);
3036 !req_dst_orig_node->tt_buff)
3056 memcpy(tt_change, req_dst_orig_node->tt_buff,
3304 kfree(orig_node->tt_buff);
3306 orig_node->tt_buff = NULL;
3770 * @tt_buff: pointer to the first tvlv VLAN entry
3778 const void *tt_buff, u16 tt_num_vlan,
3787 tt_vlan = (struct batadv_tvlv_tt_vlan_data *)tt_buff;