Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dif_vlan.h582 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()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_forward.c46 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtap.c718 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user()
1170 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c470 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c800 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr()
857 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c3326 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()