Lines Matching refs:ethhdr

999 	if (!pskb_may_pull(skb, sizeof(struct ethhdr) + sizeof(*iphdr)))  in batadv_mcast_forw_mode_check_ipv4()
1063 if (!pskb_may_pull(skb, sizeof(struct ethhdr) + sizeof(*ip6hdr))) in batadv_mcast_forw_mode_check_ipv6()
1102 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_mcast_forw_mode_check() local
1107 switch (ntohs(ethhdr->h_proto)) { in batadv_mcast_forw_mode_check()
1135 struct ethhdr *ethhdr) in batadv_mcast_forw_want_all_ip_count() argument
1137 switch (ntohs(ethhdr->h_proto)) { in batadv_mcast_forw_want_all_ip_count()
1181 struct ethhdr *ethhdr) in batadv_mcast_forw_tt_node_get() argument
1183 return batadv_transtable_search(bat_priv, NULL, ethhdr->h_dest, in batadv_mcast_forw_tt_node_get()
1252 struct ethhdr *ethhdr) in batadv_mcast_forw_ip_node_get() argument
1254 switch (ntohs(ethhdr->h_proto)) { in batadv_mcast_forw_ip_node_get()
1357 struct ethhdr *ethhdr) in batadv_mcast_forw_rtr_node_get() argument
1359 switch (ntohs(ethhdr->h_proto)) { in batadv_mcast_forw_rtr_node_get()
1387 struct ethhdr *ethhdr; in batadv_mcast_forw_mode() local
1398 ethhdr = eth_hdr(skb); in batadv_mcast_forw_mode()
1400 tt_count = batadv_tt_global_hash_count(bat_priv, ethhdr->h_dest, in batadv_mcast_forw_mode()
1402 ip_count = batadv_mcast_forw_want_all_ip_count(bat_priv, ethhdr); in batadv_mcast_forw_mode()
1412 *orig = batadv_mcast_forw_tt_node_get(bat_priv, ethhdr); in batadv_mcast_forw_mode()
1414 *orig = batadv_mcast_forw_ip_node_get(bat_priv, ethhdr); in batadv_mcast_forw_mode()
1419 ethhdr); in batadv_mcast_forw_mode()