Lines Matching defs:ethhdr
1063 struct ethhdr *ethhdr;1072 ethhdr = (struct ethhdr *)(skb->data + hdr_size);1074 if (ethhdr->h_proto != htons(ETH_P_ARP))1811 struct ethhdr *ethhdr;1823 ethhdr = (struct ethhdr *)(skb->data + hdr_size);1825 proto = ethhdr->h_proto;1830 hw_src = ethhdr->h_source;