Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/drivers/net/ipvlan/
H A Dipvlan_core.c622 struct ethhdr *eth = skb_eth_hdr(skb); in ipvlan_xmit_mode_l2()
/linux-6.15/drivers/net/
H A Dmacvlan.c538 const struct ethhdr *eth = skb_eth_hdr(skb); in macvlan_queue_xmit()
H A Dgeneve.c903 struct ethhdr *eth = skb_eth_hdr(skb); in geneve_xmit_skb()