Searched refs:__vlan_get_protocol (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dif_vlan.h593 static inline __be16 __vlan_get_protocol(const struct sk_buff *skb, __be16 type, function
637 return __vlan_get_protocol(skb, skb->protocol, NULL);
640 /* This version of __vlan_get_protocol() also pulls mac header in skb->head */
646 type = __vlan_get_protocol(skb, type, &maclen);
/linux-master/include/net/
H A Dip_tunnels.h375 type = __vlan_get_protocol(skb, type, &maclen);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c1034 proto = __vlan_get_protocol(skb, eth->h_proto, NULL);
1045 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c494 __vlan_get_protocol(skb, eth->h_proto, &depth);
/linux-master/net/8021q/
H A Dvlan_dev.c511 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1173 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth);
1366 *proto = __vlan_get_protocol(skb, *proto, network_depth);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4484 proto = __vlan_get_protocol(skb, eth_header_parse_protocol(skb),

Completed in 331 milliseconds