Searched refs:ethhdr (Results 1 – 7 of 7) sorted by relevance
22 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr()24 return (struct ethhdr *)skb_mac_header(skb); in eth_hdr()30 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr()32 return (struct ethhdr *)skb->data; in skb_eth_hdr()35 static inline struct ethhdr *inner_eth_hdr(const struct sk_buff *skb) in inner_eth_hdr()37 return (struct ethhdr *)skb_inner_mac_header(skb); in inner_eth_hdr()
174 struct ethhdr *eth = (struct ethhdr *)skb->data; in erspan_build_header()268 struct ethhdr *eth = (struct ethhdr *)skb->data; in erspan_build_header_v2()
128 struct ethhdr hdr;149 struct ethhdr hdr;
5693 int ieee80211_data_to_8023_exthdr(struct sk_buff *skb, struct ethhdr *ehdr,
82 struct ethhdr eth; /* standard ethernet header (yuck!) */
164 struct ethhdr { struct
952 struct ethhdr ether_spec;1187 struct ethhdr ether_spec;