Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dif_ether.h30 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr() function
/openbmc/linux/net/dsa/
H A Dtag_ksz.c131 hdr = skb_eth_hdr(skb); in ksz8795_xmit()
287 hdr = skb_eth_hdr(skb); in ksz9477_xmit()
350 hdr = skb_eth_hdr(skb); in ksz9893_xmit()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_core.c608 struct ethhdr *eth = skb_eth_hdr(skb); in ipvlan_xmit_mode_l2()
/openbmc/linux/drivers/net/
H A Dmacvlan.c537 const struct ethhdr *eth = skb_eth_hdr(skb); in macvlan_queue_xmit()