Searched refs:vlan_depth (Results 1 – 1 of 1) sorted by relevance
2248 int vlan_depth = ETH_HLEN; in skb_network_protocol() local2264 if (unlikely(!pskb_may_pull(skb, vlan_depth + VLAN_HLEN))) in skb_network_protocol()2267 vh = (struct vlan_hdr *)(skb->data + vlan_depth); in skb_network_protocol()2269 vlan_depth += VLAN_HLEN; in skb_network_protocol()