Searched refs:__vlan_get_protocol (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/ |
D | if_vlan.h | 582 static inline __be16 __vlan_get_protocol(const struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function 626 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
|
/Linux-v5.10/net/bridge/ |
D | br_forward.c | 46 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
|
/Linux-v5.10/drivers/net/ |
D | tap.c | 718 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user() 1171 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_rx.c | 453 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 799 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr() 856 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
|
/Linux-v5.10/net/core/ |
D | dev.c | 3297 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()
|