Home
last modified time | relevance | path

Searched refs:macvlan_dev (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/
H A Dmacvlan.c62 struct macvlan_dev *vlan;
68 const struct macvlan_dev *src;
125 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port, in macvlan_hash_lookup()
128 struct macvlan_dev *vlan; in macvlan_hash_lookup()
140 const struct macvlan_dev *vlan, in macvlan_hash_lookup_source()
155 static int macvlan_hash_add_source(struct macvlan_dev *vlan, in macvlan_hash_add_source()
179 static void macvlan_hash_add(struct macvlan_dev *vlan) in macvlan_hash_add()
194 static void macvlan_hash_del(struct macvlan_dev *vlan, bool sync) in macvlan_hash_del()
201 static void macvlan_hash_change_addr(struct macvlan_dev *vlan, in macvlan_hash_change_addr()
231 const struct macvlan_dev *vla in macvlan_broadcast_one()
[all...]
H A Dmacvtap.c29 struct macvlan_dev vlan;
57 struct macvlan_dev *vlan = &vlantap->vlan; in macvtap_count_tx_dropped()
65 struct macvlan_dev *vlan = &vlantap->vlan; in macvtap_count_rx_dropped()
74 struct macvlan_dev *vlan = &vlantap->vlan; in macvtap_update_features()
/linux/include/linux/
H A Dif_macvlan.h18 struct macvlan_dev { struct
40 static inline void macvlan_count_rx(const struct macvlan_dev *vlan, in macvlan_count_rx() argument
76 struct macvlan_dev *macvlan = netdev_priv(dev); in macvlan_dev_real_dev()
91 struct macvlan_dev *macvlan = netdev_priv(dev); in macvlan_accel_priv()
98 struct macvlan_dev *macvlan = netdev_priv(dev); in macvlan_supports_dest_filter()
107 struct macvlan_dev *macvlan = netdev_priv(dev); in macvlan_release_l2fw_offload()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c9399 const struct net_device *macvlan_dev, in mlxsw_sp_rif_macvlan_add() argument
9402 struct macvlan_dev *vlan = netdev_priv(macvlan_dev); in mlxsw_sp_rif_macvlan_add()
9410 err = mlxsw_sp_rif_fdb_op(mlxsw_sp, macvlan_dev->dev_addr, in mlxsw_sp_rif_macvlan_add()
9416 macvlan_dev->dev_addr, true); in mlxsw_sp_rif_macvlan_add()
9424 rif->ops->fdb_del(rif, macvlan_dev->dev_addr); in mlxsw_sp_rif_macvlan_add()
9429 mlxsw_sp_rif_fdb_op(mlxsw_sp, macvlan_dev->dev_addr, in mlxsw_sp_rif_macvlan_add()
9435 const struct net_device *macvlan_dev) in __mlxsw_sp_rif_macvlan_del() argument
9437 struct macvlan_dev *vlan = netdev_priv(macvlan_dev); in __mlxsw_sp_rif_macvlan_del()
9453 mlxsw_sp_rif_macvlan_del(struct mlxsw_sp * mlxsw_sp,const struct net_device * macvlan_dev) mlxsw_sp_rif_macvlan_del() argument
9461 mlxsw_sp_inetaddr_macvlan_event(struct mlxsw_sp * mlxsw_sp,struct net_device * macvlan_dev,unsigned long event,struct netlink_ext_ack * extack) mlxsw_sp_inetaddr_macvlan_event() argument
[all...]
H A Dspectrum.h753 const struct net_device *macvlan_dev);
H A Dspectrum.c5157 static int mlxsw_sp_netdevice_macvlan_event(struct net_device *macvlan_dev, in mlxsw_sp_netdevice_macvlan_event() argument
5160 struct mlxsw_sp *mlxsw_sp = mlxsw_sp_lower_get(macvlan_dev); in mlxsw_sp_netdevice_macvlan_event()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c438 struct macvlan_dev *macvlan = netdev_priv(dev); in mlx5e_rep_macvlan_mode_supported()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c412 struct macvlan_dev *vlan; in prestera_dev_if_type()