Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_vlan.h658 static inline __be16 vlan_get_protocol_and_depth(struct sk_buff *skb, in vlan_get_protocol_and_depth() function
/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.c3624 return vlan_get_protocol_and_depth(skb, type, depth); in skb_network_protocol()