Home
last modified time | relevance | path

Searched refs:ethhdr (Results 1 – 9 of 9) sorted by relevance

/include/linux/
A Dif_ether.h25 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()
A Detherdevice.h625 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()
/include/net/
A Dpfcp.h65 sizeof(struct pfcphdr) + sizeof(struct ethhdr))
67 sizeof(struct pfcphdr) + sizeof(struct ethhdr))
A Derspan.h177 struct ethhdr *eth = (struct ethhdr *)skb->data; in erspan_build_header()
271 struct ethhdr *eth = (struct ethhdr *)skb->data; in erspan_build_header_v2()
A Dbond_3ad.h130 struct ethhdr hdr;
151 struct ethhdr hdr;
A Dcfg80211.h6927 int ieee80211_data_to_8023_exthdr(struct sk_buff *skb, struct ethhdr *ehdr,
/include/uapi/linux/
A Dif_arcnet.h82 struct ethhdr eth; /* standard ethernet header (yuck!) */
A Dif_ether.h173 struct ethhdr { struct
A Dethtool.h1351 struct ethhdr ether_spec;
1591 struct ethhdr ether_spec;

Completed in 53 milliseconds