Home
last modified time | relevance | path

Searched refs:tvlv_buff (Results 1 – 2 of 2) sorted by relevance

/linux/net/batman-adv/
H A Dtvlv.c625 unsigned char *tvlv_buff; in batadv_tvlv_unicast_send() local
641 tvlv_buff = skb_put(skb, sizeof(*unicast_tvlv_packet) + tvlv_len); in batadv_tvlv_unicast_send()
642 unicast_tvlv_packet = (struct batadv_unicast_tvlv_packet *)tvlv_buff; in batadv_tvlv_unicast_send()
652 tvlv_buff = (unsigned char *)(unicast_tvlv_packet + 1); in batadv_tvlv_unicast_send()
653 tvlv_hdr = (struct batadv_tvlv_hdr *)tvlv_buff; in batadv_tvlv_unicast_send()
657 tvlv_buff += sizeof(*tvlv_hdr); in batadv_tvlv_unicast_send()
658 memcpy(tvlv_buff, tvlv_value, tvlv_value_len); in batadv_tvlv_unicast_send()
H A Dtvlv.h46 struct sk_buff *skb, void *tvlv_buff,