Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dif_vlan.h639 static inline __be16 __vlan_get_protocol(const struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function
654 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
663 type = __vlan_get_protocol(skb, type, &maclen); in vlan_get_protocol_and_depth()
/linux-6.14.4/include/net/
Dip_tunnels.h481 type = __vlan_get_protocol(skb, type, &maclen); in skb_vlan_inet_prepare()
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c1031 proto = __vlan_get_protocol(skb, eth->h_proto, NULL); in otx2_ptp_is_sync()
1042 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in otx2_ptp_is_sync()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c494 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
/linux-6.14.4/net/8021q/
Dvlan_dev.c488 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1168 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr()
1360 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4510 proto = __vlan_get_protocol(skb, eth_header_parse_protocol(skb), in stmmac_has_ip_ethertype()