Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dif_vlan.h189 extern bool vlan_do_receive(struct sk_buff **skb);
238 static inline bool vlan_do_receive(struct sk_buff **skb) in vlan_do_receive() function
/linux-4.4.14/net/8021q/
Dvlan_core.c8 bool vlan_do_receive(struct sk_buff **skbp) in vlan_do_receive() function
/linux-4.4.14/net/core/
Ddev.c3890 if (vlan_do_receive(&skb)) in __netif_receive_skb_core()