Home
last modified time | relevance | path

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

/linux-6.6.21/net/bridge/
Dbr_forward.c45 if (!vlan_get_protocol_and_depth(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
/linux-6.6.21/include/linux/
Dif_vlan.h641 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/
Dtap.c749 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/
Daf_packet.c1941 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in packet_parse_headers()
/linux-6.6.21/net/core/
Ddev.c3401 return vlan_get_protocol_and_depth(skb, type, depth); in skb_network_protocol()