Lines Matching refs:ethhdr
692 const struct ethhdr *ethhdr, in batadv_v_ogm_route_update() argument
709 orig_neigh_node = batadv_v_ogm_orig_get(bat_priv, ethhdr->h_source); in batadv_v_ogm_route_update()
791 const struct ethhdr *ethhdr, in batadv_v_ogm_process_per_outif() argument
818 forward = batadv_v_ogm_route_update(bat_priv, ethhdr, ogm2, orig_node, in batadv_v_ogm_process_per_outif()
864 struct ethhdr *ethhdr; in batadv_v_ogm_process() local
873 ethhdr = eth_hdr(skb); in batadv_v_ogm_process()
880 ethhdr->h_source, if_incoming->net_dev->name, in batadv_v_ogm_process()
901 hardif_neigh = batadv_hardif_neigh_get(if_incoming, ethhdr->h_source); in batadv_v_ogm_process()
913 ethhdr->h_source); in batadv_v_ogm_process()
928 batadv_v_ogm_process_per_outif(bat_priv, ethhdr, ogm_packet, orig_node, in batadv_v_ogm_process()
972 batadv_v_ogm_process_per_outif(bat_priv, ethhdr, ogm_packet, in batadv_v_ogm_process()
1001 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_v_ogm_packet_recv() local
1015 if (batadv_is_my_mac(bat_priv, ethhdr->h_source)) in batadv_v_ogm_packet_recv()