Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dtag_ksz.c131 hdr = skb_eth_hdr(skb); in ksz8795_xmit()
294 hdr = skb_eth_hdr(skb); in ksz9477_xmit()
362 hdr = skb_eth_hdr(skb); in ksz9893_xmit()
/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