Home
last modified time | relevance | path

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

/Linux-v5.10/net/batman-adv/
Dmain.c383 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local
391 ethhdr = skb_header_pointer(skb, offset, sizeof(*ethhdr), &ethhdr_tmp); in batadv_skb_set_priority()
Dnetwork-coding.c1648 struct ethhdr *ethhdr, ethhdr_tmp; in batadv_nc_skb_decode_packet() local
1655 memcpy(&ethhdr_tmp, skb_mac_header(skb), sizeof(ethhdr_tmp)); in batadv_nc_skb_decode_packet()
1671 *ethhdr = ethhdr_tmp; in batadv_nc_skb_decode_packet()