Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dif_ether.h30 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr() function
/Linux-v5.10/drivers/net/
Dmacvlan.c523 const struct ethhdr *eth = skb_eth_hdr(skb); in macvlan_queue_xmit()