Lines Matching refs:ethhdr
689 const struct ethhdr *ethhdr, in batadv_v_ogm_route_update() argument
706 orig_neigh_node = batadv_v_ogm_orig_get(bat_priv, ethhdr->h_source); in batadv_v_ogm_route_update()
783 const struct ethhdr *ethhdr, in batadv_v_ogm_process_per_outif() argument
810 forward = batadv_v_ogm_route_update(bat_priv, ethhdr, ogm2, orig_node, in batadv_v_ogm_process_per_outif()
856 struct ethhdr *ethhdr; in batadv_v_ogm_process() local
865 ethhdr = eth_hdr(skb); in batadv_v_ogm_process()
872 ethhdr->h_source, if_incoming->net_dev->name, in batadv_v_ogm_process()
893 hardif_neigh = batadv_hardif_neigh_get(if_incoming, ethhdr->h_source); in batadv_v_ogm_process()
905 ethhdr->h_source); in batadv_v_ogm_process()
920 batadv_v_ogm_process_per_outif(bat_priv, ethhdr, ogm_packet, orig_node, in batadv_v_ogm_process()
964 batadv_v_ogm_process_per_outif(bat_priv, ethhdr, ogm_packet, in batadv_v_ogm_process()
990 struct ethhdr *ethhdr; in batadv_v_ogm_packet_recv() local
1004 ethhdr = eth_hdr(skb); in batadv_v_ogm_packet_recv()
1005 if (batadv_is_my_mac(bat_priv, ethhdr->h_source)) in batadv_v_ogm_packet_recv()