ethhdr             86 include/linux/if_arcnet.h     struct ethhdr eth;		/* standard ethernet header (yuck!)	*/
ethhdr            122 include/linux/if_ether.h static inline struct ethhdr *eth_hdr(const struct sk_buff *skb)
ethhdr            124 include/linux/if_ether.h 	return (struct ethhdr *)skb_mac_header(skb);
ethhdr             34 net/802/stp.c  	const struct ethhdr *eh = eth_hdr(skb);
ethhdr            130 net/atm/lec.c  	struct ethhdr *eth;
ethhdr            139 net/atm/lec.c  	eth = (struct ethhdr *)skb->data;
ethhdr            536 net/atm/mpc.c  	struct ethhdr *eth;
ethhdr            545 net/atm/mpc.c  	eth = (struct ethhdr *)skb->data;
ethhdr            160 net/bluetooth/bnep/bnep.h 	struct ethhdr eh;
ethhdr            408 net/bluetooth/bnep/core.c 	struct ethhdr *eh = (void *) skb->data;
ethhdr            144 net/bluetooth/bnep/netdev.c 	struct ethhdr *eh = (void *) skb->data;
ethhdr            156 net/bluetooth/bnep/netdev.c 	struct ethhdr *eh = (void *) skb->data;
ethhdr             47 net/core/netpoll.c 				sizeof(struct iphdr) + sizeof(struct ethhdr))
ethhdr            323 net/core/netpoll.c 	struct ethhdr *eth;
ethhdr            367 net/core/netpoll.c 	eth = (struct ethhdr *) skb_push(skb, ETH_HLEN);
ethhdr             83 net/ethernet/eth.c 	struct ethhdr *eth = (struct ethhdr *)skb_push(skb, ETH_HLEN);
ethhdr            128 net/ethernet/eth.c 	struct ethhdr *eth = (struct ethhdr *)skb->data;
ethhdr            160 net/ethernet/eth.c 	struct ethhdr *eth;
ethhdr            227 net/ethernet/eth.c 	const struct ethhdr *eth = eth_hdr(skb);
ethhdr            242 net/ethernet/eth.c 	struct ethhdr *eth;
ethhdr            245 net/ethernet/eth.c 	eth = (struct ethhdr *)
ethhdr            271 net/ethernet/eth.c 	memcpy(((u8 *) hh->hh_data) + HH_DATA_OFF(sizeof(struct ethhdr)),
ethhdr            224 net/ieee80211/ieee80211_tx.c 	struct ethhdr *eth;
ethhdr            227 net/ieee80211/ieee80211_tx.c 	eth = (struct ethhdr *)skb->data;
ethhdr            295 net/ieee80211/ieee80211_tx.c 	ether_type = ((struct ethhdr *)skb->data)->h_proto;
ethhdr            346 net/ieee80211/ieee80211_tx.c 	skb_pull(skb, sizeof(struct ethhdr));
ethhdr             64 net/llc/llc_output.c 		struct ethhdr *eth;
ethhdr             32 net/llc/llc_sap.c 		return sizeof(struct ethhdr);
ethhdr           1170 net/mac80211/rx.c 		struct ethhdr *ehdr;
ethhdr           1175 net/mac80211/rx.c 		ehdr = (struct ethhdr *) skb_push(skb, sizeof(struct ethhdr));
ethhdr           1190 net/mac80211/rx.c 	struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data;
ethhdr           1218 net/mac80211/rx.c 	struct ethhdr *ehdr = (struct ethhdr *) rx->skb->data;
ethhdr           1278 net/mac80211/rx.c 	const struct ethhdr *eth;
ethhdr           1303 net/mac80211/rx.c 	eth = (struct ethhdr *) skb_pull(skb, sizeof(struct ethhdr));
ethhdr           1310 net/mac80211/rx.c 		unsigned int subframe_len = sizeof(struct ethhdr) + ntohs(len);
ethhdr           1321 net/mac80211/rx.c 		skb_pull(skb, sizeof(struct ethhdr));
ethhdr           1333 net/mac80211/rx.c 				    sizeof(struct ethhdr));
ethhdr           1337 net/mac80211/rx.c 			eth = (struct ethhdr *) skb_pull(skb, ntohs(len) +