Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dmain.c363 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local
371 ethhdr = skb_header_pointer(skb, offset, sizeof(*ethhdr), &ethhdr_tmp); in batadv_skb_set_priority()
H A Dnetwork-coding.c1643 struct ethhdr *ethhdr, ethhdr_tmp; in batadv_nc_skb_decode_packet() local
1650 memcpy(&ethhdr_tmp, skb_mac_header(skb), sizeof(ethhdr_tmp)); in batadv_nc_skb_decode_packet()
1666 *ethhdr = ethhdr_tmp; in batadv_nc_skb_decode_packet()