Searched refs:__vlan_get_protocol (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | if_vlan.h | 561 static inline __be16 __vlan_get_protocol(struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function 606 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
|
/Linux-v4.19/net/bridge/ |
D | br_forward.c | 50 if (!__vlan_get_protocol(skb, skb->protocol, &depth)) in br_dev_queue_push_xmit()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 638 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr() 695 ethertype = __vlan_get_protocol(skb, ethertype, network_depth); in is_last_ethertype_ip()
|
/Linux-v4.19/drivers/net/ |
D | tap.c | 720 __vlan_get_protocol(skb, skb->protocol, &depth) != 0) in tap_get_user()
|
/Linux-v4.19/net/core/ |
D | dev.c | 2972 return __vlan_get_protocol(skb, type, depth); in skb_network_protocol()
|