Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dif_vlan.h587 static inline __be16 __vlan_get_protocol(const struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function
631 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
/Linux-v6.1/net/bridge/
Dbr_forward.c45 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
/Linux-v6.1/drivers/net/
Dtap.c742 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user()
1183 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c1005 proto = __vlan_get_protocol(skb, eth->h_proto, NULL); in otx2_ptp_is_sync()
1016 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in otx2_ptp_is_sync()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c495 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
/Linux-v6.1/net/8021q/
Dvlan_dev.c517 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1029 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr()
1222 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
/Linux-v6.1/net/packet/
Daf_packet.c1938 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) { in packet_parse_headers()
/Linux-v6.1/net/core/
Ddev.c3350 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()