Home
last modified time | relevance | path

Searched refs:vlan_dev_vlan_proto (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/linux/
Dif_vlan.h138 extern __be16 vlan_dev_vlan_proto(const struct net_device *dev);
253 static inline __be16 vlan_dev_vlan_proto(const struct net_device *dev) in vlan_dev_vlan_proto() function
/Linux-v5.15/net/8021q/
Dvlan_core.c119 __be16 vlan_dev_vlan_proto(const struct net_device *dev) in vlan_dev_vlan_proto() function
123 EXPORT_SYMBOL(vlan_dev_vlan_proto);
/Linux-v5.15/drivers/net/bonding/
Dbond_alb.c961 vlan_dev_vlan_proto(upper), in alb_upper_dev_walk()
965 vlan_dev_vlan_proto(upper), in alb_upper_dev_walk()
Dbond_main.c2883 tags[level].vlan_proto = vlan_dev_vlan_proto(upper); in bond_verify_device_path()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c205 eth->h_proto = vlan_dev_vlan_proto(dev); in gen_eth_tnl_hdr()
/Linux-v5.15/net/dsa/
Dslave.c1414 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q); in dsa_slave_restore_vlan()
1421 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q); in dsa_slave_clear_vlan()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c2040 vlan_proto = vlan_dev_vlan_proto(vdev); in dpaa2_switch_port_clear_rxvlan()
2050 vlan_proto = vlan_dev_vlan_proto(vdev); in dpaa2_switch_port_restore_rxvlan()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c4234 ntohs(vlan_dev_vlan_proto(upper_dev)) != ETH_P_8021Q) { in mlxsw_sp_netdevice_port_upper_event()
4527 ntohs(vlan_dev_vlan_proto(upper_dev)) != ETH_P_8021Q) { in mlxsw_sp_netdevice_bridge_event()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2160 match.key->vlan_tpid = vlan_dev_vlan_proto(filter_dev); in __parse_cls_flower()
3603 .vlan.proto = vlan_dev_vlan_proto(vlan_dev), in add_vlan_push_action()