Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dif_ether.h30 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr() function
/Linux-v6.6/net/dsa/
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()
/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_core.c599 struct ethhdr *eth = skb_eth_hdr(skb); in ipvlan_xmit_mode_l2()
/Linux-v6.6/drivers/net/
Dmacvlan.c537 const struct ethhdr *eth = skb_eth_hdr(skb); in macvlan_queue_xmit()