Searched refs:__vlan_get_protocol (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | if_vlan.h | 638 static inline __be16 __vlan_get_protocol(const struct sk_buff *skb, __be16 type, in __vlan_get_protocol() function 653 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol() 662 type = __vlan_get_protocol(skb, type, &maclen); in vlan_get_protocol_and_depth()
|
| /linux/net/psp/ |
| H A D | psp_main.c | 283 proto = __vlan_get_protocol(skb, eth->h_proto, &l2_hlen); in psp_dev_rcv()
|
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_rx.c | 365 proto = __vlan_get_protocol(skb, eth->h_proto, NULL); in hinic3_lro_set_gso_params()
|
| /linux/include/net/ |
| H A D | ip_tunnels.h | 502 type = __vlan_get_protocol(skb, type, &maclen); in skb_vlan_inet_prepare()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.c | 1082 proto = __vlan_get_protocol(skb, eth->h_proto, NULL); in otx2_ptp_is_sync() 1093 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in otx2_ptp_is_sync()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_rx.c | 510 __vlan_get_protocol(skb, eth->h_proto, &depth); in resync_update_sn()
|
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 487 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 990 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr() 1211 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 4630 proto = __vlan_get_protocol(skb, eth_header_parse_protocol(skb), in stmmac_has_ip_ethertype()
|