Home
last modified time | relevance | path

Searched refs:skb_eth_hdr (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dif_ether.h33 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr() function
/linux/net/dsa/
H A Dtag_ksz.c132 hdr = skb_eth_hdr(skb); in ksz8795_xmit()
295 hdr = skb_eth_hdr(skb); in ksz9477_xmit()
372 hdr = skb_eth_hdr(skb); in ksz9893_xmit()
/linux/drivers/net/
H A Dgeneve.c904 struct ethhdr *eth = skb_eth_hdr(skb); in geneve_xmit_skb()