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()
130 struct ethhdr hdr;151 struct ethhdr hdr;
5415 int ieee80211_data_to_8023_exthdr(struct sk_buff *skb, struct ethhdr *ehdr,5419 int ieee80211_data_to_8023_exthdr_bool(struct sk_buff *skb, struct ethhdr *ehdr,
82 struct ethhdr eth; /* standard ethernet header (yuck!) */
163 struct ethhdr { struct
865 struct ethhdr ether_spec;1100 struct ethhdr ether_spec;