Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dif_vlan.h584 static inline __be16 __vlan_get_protocol(const struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function
628 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
/linux-6.3-rc2/net/bridge/
A Dbr_forward.c45 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
/linux-6.3-rc2/drivers/net/
A Dtap.c742 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user()
1189 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.c1007 proto = __vlan_get_protocol(skb, eth->h_proto, NULL); in otx2_ptp_is_sync()
1018 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in otx2_ptp_is_sync()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_rx.c496 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
/linux-6.3-rc2/net/8021q/
A Dvlan_dev.c517 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c1088 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr()
1281 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
/linux-6.3-rc2/net/packet/
A Daf_packet.c1937 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) { in packet_parse_headers()
/linux-6.3-rc2/net/core/
A Ddev.c3340 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()

Completed in 42 milliseconds