Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dif_ether.h30 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr() function
/Linux-v6.1/drivers/net/ipvlan/
Dipvlan_core.c593 struct ethhdr *eth = skb_eth_hdr(skb); in ipvlan_xmit_mode_l2()
/Linux-v6.1/drivers/net/
Dmacvlan.c528 const struct ethhdr *eth = skb_eth_hdr(skb); in macvlan_queue_xmit()