Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dif_vlan.h580 static inline __be16 __vlan_get_protocol(struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function
625 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
/Linux-v5.4/net/bridge/
Dbr_forward.c46 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
/Linux-v5.4/drivers/net/
Dtap.c720 __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-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c737 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr()
794 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
/Linux-v5.4/net/core/
Ddev.c2932 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()