Searched refs:vlan_depth (Results 1 – 4 of 4) sorted by relevance
585 unsigned int vlan_depth = skb->mac_len, parse_depth = VLAN_MAX_DEPTH; in __vlan_get_protocol() local592 if (vlan_depth) { in __vlan_get_protocol()593 if (WARN_ON(vlan_depth < VLAN_HLEN)) in __vlan_get_protocol()595 vlan_depth -= VLAN_HLEN; in __vlan_get_protocol()597 vlan_depth = ETH_HLEN; in __vlan_get_protocol()602 vh = skb_header_pointer(skb, vlan_depth, sizeof(vhdr), &vhdr); in __vlan_get_protocol()607 vlan_depth += VLAN_HLEN; in __vlan_get_protocol()612 *depth = vlan_depth; in __vlan_get_protocol()
525 u8 vlan_depth) in mlx5_eswitch_vlan_actions_supported() argument530 if (vlan_depth == 1) in mlx5_eswitch_vlan_actions_supported()
1086 int vlan_depth = 0; in batadv_bla_process_claim() local1113 vlan_depth++; in batadv_bla_process_claim()1155 if (vlan_depth > 1) in batadv_bla_process_claim()
3328 int vlan_depth = skb->mac_len; in skb_mac_gso_segment() local3329 __be16 type = skb_network_protocol(skb, &vlan_depth); in skb_mac_gso_segment()3334 __skb_pull(skb, vlan_depth); in skb_mac_gso_segment()
Completed in 32 milliseconds