Searched refs:vlan_get_protocol_and_depth (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/bridge/ |
D | br_forward.c | 45 if (!vlan_get_protocol_and_depth(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
|
/linux-6.6.21/include/linux/ |
D | if_vlan.h | 641 static inline __be16 vlan_get_protocol_and_depth(struct sk_buff *skb, in vlan_get_protocol_and_depth() function
|
/linux-6.6.21/drivers/net/ |
D | tap.c | 749 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in tap_get_user() 1204 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp()
|
/linux-6.6.21/net/packet/ |
D | af_packet.c | 1941 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in packet_parse_headers()
|
/linux-6.6.21/net/core/ |
D | dev.c | 3401 return vlan_get_protocol_and_depth(skb, type, depth); in skb_network_protocol()
|