Searched refs:vlan_get_protocol_and_depth (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/bridge/
H A Dbr_forward.c45 if (!vlan_get_protocol_and_depth(skb, skb->protocol, &depth))
/linux-master/include/linux/
H A Dif_vlan.h641 static inline __be16 vlan_get_protocol_and_depth(struct sk_buff *skb, function
/linux-master/drivers/net/
H A Dtap.c749 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0)
1204 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0)
/linux-master/net/packet/
H A Daf_packet.c1941 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0)
/linux-master/net/core/
H A Ddev.c3356 return vlan_get_protocol_and_depth(skb, type, depth);

Completed in 178 milliseconds