Lines Matching defs:ethhdr
2508 struct ethhdr *ehdr;
2533 ehdr = (struct ethhdr *) rx->skb->data;
2549 struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data;
2583 struct ethhdr *ehdr = (void *)skb_mac_header(skb);
2622 struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data;
2682 align = (unsigned long)(skb->data + sizeof(struct ethhdr)) & 3;
2725 struct ethhdr ethhdr;
2726 const u8 *check_da = ethhdr.h_dest, *check_sa = ethhdr.h_source;
2751 if (ieee80211_data_to_8023_exthdr(skb, ðhdr,
3014 if (unlikely(((struct ethhdr *)rx->skb->data)->h_proto ==
3046 ((struct ethhdr *)rx->skb->data)->h_dest) &&