ethhdr             26 include/linux/if_ether.h static inline struct ethhdr *eth_hdr(const struct sk_buff *skb)
ethhdr             28 include/linux/if_ether.h 	return (struct ethhdr *)skb_mac_header(skb);
ethhdr            746 include/uapi/linux/ethtool.h 	struct ethhdr				ether_spec;
ethhdr            933 include/uapi/linux/ethtool.h 		struct ethhdr				ether_spec;
ethhdr             84 include/uapi/linux/if_arcnet.h     struct ethhdr eth;		/* standard ethernet header (yuck!)	*/