Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_forward.c45 if (!vlan_get_protocol_and_depth(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
/linux/include/linux/
H A Dif_vlan.h663 static inline __be16 vlan_get_protocol_and_depth(struct sk_buff *skb, in vlan_get_protocol_and_depth() function
/linux/drivers/net/
H A Dtap.c663 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in tap_get_user()
1083 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp()
/linux/net/packet/
H A Daf_packet.c1989 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in packet_parse_headers()
/linux/net/core/
H A Ddev.c3651 return vlan_get_protocol_and_depth(skb, type, depth); in skb_network_protocol()