Searched refs:vlan_dev_vlan_proto (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dif_vlan.h148 extern __be16 vlan_dev_vlan_proto(const struct net_device *dev);
266 static inline __be16 vlan_dev_vlan_proto(const struct net_device *dev) function
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan.c101 .vlan.proto = vlan_dev_vlan_proto(vlan_dev),
/linux-master/net/8021q/
H A Dvlan_core.c119 __be16 vlan_dev_vlan_proto(const struct net_device *dev) function
123 EXPORT_SYMBOL(vlan_dev_vlan_proto); variable
/linux-master/drivers/net/bonding/
H A Dbond_alb.c973 vlan_dev_vlan_proto(upper),
977 vlan_dev_vlan_proto(upper),
H A Dbond_main.c2994 tags[level].vlan_proto = vlan_dev_vlan_proto(upper);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c212 eth->h_proto = vlan_dev_vlan_proto(dev);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2052 vlan_proto = vlan_dev_vlan_proto(vdev);
2062 vlan_proto = vlan_dev_vlan_proto(vdev);
/linux-master/net/dsa/
H A Duser.c1875 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q);
1882 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c4966 ntohs(vlan_dev_vlan_proto(upper_dev)) != ETH_P_8021Q) {
5299 ntohs(vlan_dev_vlan_proto(upper_dev)) != ETH_P_8021Q) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2681 match.key->vlan_tpid = vlan_dev_vlan_proto(filter_dev);

Completed in 209 milliseconds