Lines Matching defs:ethhdr
2484 struct ethhdr *ehdr;
2509 ehdr = (struct ethhdr *) rx->skb->data;
2554 struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data;
2588 struct ethhdr *ehdr = (void *)skb_mac_header(skb);
2628 struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data;
2688 align = (unsigned long)(skb->data + sizeof(struct ethhdr)) & 3;
2733 struct ethhdr eth;
2797 struct ethhdr *eth;
2815 eth = (struct ethhdr *)skb->data;
2905 if (skb_cow_head(fwd_skb, hdrlen - sizeof(struct ethhdr)))
2912 fwd_hdr = skb_push(fwd_skb, hdrlen - sizeof(struct ethhdr));
2974 struct ethhdr ethhdr;
2975 const u8 *check_da = ethhdr.h_dest, *check_sa = ethhdr.h_source;
3001 if (ieee80211_data_to_8023_exthdr(skb, ðhdr,
3159 if (unlikely(((struct ethhdr *)rx->skb->data)->h_proto ==
3189 ((struct ethhdr *)rx->skb->data)->h_dest) &&
5042 if (skb->len < sizeof(struct ethhdr))