Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dif_ether.h30 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb) in skb_eth_hdr() function
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_core.c594 struct ethhdr *eth = skb_eth_hdr(skb); in ipvlan_xmit_mode_l2()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacvlan.c523 const struct ethhdr *eth = skb_eth_hdr(skb); in macvlan_queue_xmit()