Searched refs:ethhdr (Results 1 – 9 of 9) sorted by relevance
25 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr()27 return (struct ethhdr *)skb_mac_header(skb); in eth_hdr()33 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr()35 return (struct ethhdr *)skb->data; in skb_eth_hdr()38 static inline struct ethhdr *inner_eth_hdr(const struct sk_buff *skb) in inner_eth_hdr()40 return (struct ethhdr *)skb_inner_mac_header(skb); in inner_eth_hdr()
625 const struct ethhdr *eth = eth_hdr(skb); in eth_skb_pkt_type()639 static inline struct ethhdr *eth_skb_pull_mac(struct sk_buff *skb) in eth_skb_pull_mac()641 struct ethhdr *eth = (struct ethhdr *)skb->data; in eth_skb_pull_mac()
65 sizeof(struct pfcphdr) + sizeof(struct ethhdr))67 sizeof(struct pfcphdr) + sizeof(struct ethhdr))
177 struct ethhdr *eth = (struct ethhdr *)skb->data; in erspan_build_header()271 struct ethhdr *eth = (struct ethhdr *)skb->data; in erspan_build_header_v2()
130 struct ethhdr hdr;151 struct ethhdr hdr;
6927 int ieee80211_data_to_8023_exthdr(struct sk_buff *skb, struct ethhdr *ehdr,
82 struct ethhdr eth; /* standard ethernet header (yuck!) */
173 struct ethhdr { struct
1351 struct ethhdr ether_spec;1591 struct ethhdr ether_spec;
Completed in 49 milliseconds