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

/linux-master/include/linux/
H A Dif_vlan.h226 extern bool vlan_do_receive(struct sk_buff **skb);
278 static inline bool vlan_do_receive(struct sk_buff **skb) function
/linux-master/net/8021q/
H A Dvlan_core.c10 bool vlan_do_receive(struct sk_buff **skbp) function
/linux-master/net/core/
H A Ddev.c5426 if (vlan_do_receive(&skb))
5457 /* Vlan id is non 0 and vlan_do_receive() above couldn't
5463 * 802.1Q or 802.1AD and vlan_do_receive() above could
5470 if (vlan_do_receive(&skb))
5485 * and set skb->priority like in vlan_do_receive()

Completed in 147 milliseconds