Home
last modified time | relevance | path

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

/linux/include/linux/
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()
/linux/net/bridge/
A Dbr_forward.c45 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
/linux/drivers/net/
A Dtap.c717 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user()
1166 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_rx.c472 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
/linux/net/8021q/
A Dvlan_dev.c517 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c1026 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr()
1219 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
/linux/net/core/
A Ddev.c3315 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()

Completed in 43 milliseconds