Lines Matching refs:ethhdr

1038 				   struct ethhdr *ethhdr,  in batadv_nc_code_packets()  argument
1097 second_source = ethhdr->h_source; in batadv_nc_code_packets()
1106 first_source = ethhdr->h_source; in batadv_nc_code_packets()
1367 struct ethhdr *ethhdr; in batadv_nc_skb_store_before_coding() local
1375 ethhdr = eth_hdr(skb); in batadv_nc_skb_store_before_coding()
1376 ether_addr_copy(ethhdr->h_source, ethhdr->h_dest); in batadv_nc_skb_store_before_coding()
1377 ether_addr_copy(ethhdr->h_dest, eth_dst_new); in batadv_nc_skb_store_before_coding()
1406 struct ethhdr *ethhdr) in batadv_nc_skb_dst_search() argument
1419 ethhdr->h_source, nc_node); in batadv_nc_skb_dst_search()
1437 if (batadv_nc_code_packets(bat_priv, skb, ethhdr, nc_packet, in batadv_nc_skb_dst_search()
1499 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_forward() local
1514 if (batadv_nc_skb_dst_search(skb, neigh_node, ethhdr)) in batadv_nc_skb_forward()
1520 ethhdr->h_source, in batadv_nc_skb_forward()
1552 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_for_decoding() local
1569 ethhdr->h_source, in batadv_nc_skb_store_for_decoding()
1570 ethhdr->h_dest); in batadv_nc_skb_store_for_decoding()
1611 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_sniffed_unicast() local
1613 if (batadv_is_my_mac(bat_priv, ethhdr->h_dest)) in batadv_nc_skb_store_sniffed_unicast()
1640 struct ethhdr *ethhdr, ethhdr_tmp; in batadv_nc_skb_decode_packet() local
1662 ethhdr = eth_hdr(skb); in batadv_nc_skb_decode_packet()
1663 *ethhdr = ethhdr_tmp; in batadv_nc_skb_decode_packet()
1673 ether_addr_copy(ethhdr->h_dest, coded_packet_tmp.second_dest); in batadv_nc_skb_decode_packet()
1727 struct ethhdr *ethhdr, in batadv_nc_find_decoding_packet() argument
1741 dest = ethhdr->h_source; in batadv_nc_find_decoding_packet()
1794 struct ethhdr *ethhdr; in batadv_nc_recv_coded_packet() local
1806 ethhdr = eth_hdr(skb); in batadv_nc_recv_coded_packet()
1809 if (!batadv_is_my_mac(bat_priv, ethhdr->h_dest) && in batadv_nc_recv_coded_packet()
1817 nc_packet = batadv_nc_find_decoding_packet(bat_priv, ethhdr, in batadv_nc_recv_coded_packet()