Searched refs:__vlan_get_protocol (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | if_vlan.h | 584 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 D | br_forward.c | 45 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
|
/linux-6.3-rc2/drivers/net/ |
A D | tap.c | 742 __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 D | otx2_txrx.c | 1007 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 D | ktls_rx.c | 496 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
|
/linux-6.3-rc2/net/8021q/ |
A D | vlan_dev.c | 517 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 D | en_rx.c | 1088 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 D | af_packet.c | 1937 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) { in packet_parse_headers()
|
/linux-6.3-rc2/net/core/ |
A D | dev.c | 3340 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()
|
Completed in 42 milliseconds