Searched refs:__vlan_get_protocol (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | if_vlan.h | 481 static inline __be16 __vlan_get_protocol(struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function 527 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
|
/linux-4.4.14/net/bridge/ |
D | br_forward.c | 54 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
|
/linux-4.4.14/drivers/net/ |
D | macvtap.c | 814 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in macvtap_get_user()
|
/linux-4.4.14/net/core/ |
D | dev.c | 2488 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()
|