Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dif_vlan.h593 static inline __be16 __vlan_get_protocol(const struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function
637 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
646 type = __vlan_get_protocol(skb, type, &maclen); in vlan_get_protocol_and_depth()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c1034 proto = __vlan_get_protocol(skb, eth->h_proto, NULL); in otx2_ptp_is_sync()
1045 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in otx2_ptp_is_sync()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c496 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
/Linux-v6.6/net/8021q/
Dvlan_dev.c533 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1173 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr()
1366 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()