Lines Matching defs:ethhdr
966 if (!pskb_may_pull(skb, sizeof(struct ethhdr) + sizeof(*iphdr)))
1030 if (!pskb_may_pull(skb, sizeof(struct ethhdr) + sizeof(*ip6hdr)))
1069 struct ethhdr *ethhdr = eth_hdr(skb);
1074 switch (ntohs(ethhdr->h_proto)) {
1095 * @ethhdr: ethernet header of a packet
1098 * given ethhdr is from an IPv4 packet or the number of nodes which want all
1102 struct ethhdr *ethhdr)
1104 switch (ntohs(ethhdr->h_proto)) {
1152 struct ethhdr *ethhdr;
1162 ethhdr = eth_hdr(skb);
1164 tt_count = batadv_tt_global_hash_count(bat_priv, ethhdr->h_dest,
1166 ip_count = batadv_mcast_forw_want_all_ip_count(bat_priv, ethhdr);