Searched refs:macvlan_dev (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/net/ | 
| D | macvlan.c | 59 	struct macvlan_dev	*vlan;65 	const struct macvlan_dev *src;
 122 static struct macvlan_dev *macvlan_hash_lookup(const struct macvlan_port *port,  in macvlan_hash_lookup()
 125 	struct macvlan_dev *vlan;  in macvlan_hash_lookup()
 137 	const struct macvlan_dev *vlan,  in macvlan_hash_lookup_source()
 152 static int macvlan_hash_add_source(struct macvlan_dev *vlan,  in macvlan_hash_add_source()
 176 static void macvlan_hash_add(struct macvlan_dev *vlan)  in macvlan_hash_add()
 191 static void macvlan_hash_del(struct macvlan_dev *vlan, bool sync)  in macvlan_hash_del()
 198 static void macvlan_hash_change_addr(struct macvlan_dev *vlan,  in macvlan_hash_change_addr()
 228 				 const struct macvlan_dev *vlan,  in macvlan_broadcast_one()
 [all …]
 
 | 
| D | macvtap.c | 29 	struct macvlan_dev vlan;58 	struct macvlan_dev *vlan = &vlantap->vlan;  in macvtap_count_tx_dropped()
 66 	struct macvlan_dev *vlan = &vlantap->vlan;  in macvtap_count_rx_dropped()
 75 	struct macvlan_dev *vlan = &vlantap->vlan;  in macvtap_update_features()
 
 | 
| /Linux-v5.15/include/linux/ | 
| D | if_macvlan.h | 18 struct macvlan_dev {  struct39 static inline void macvlan_count_rx(const struct macvlan_dev *vlan,  in macvlan_count_rx()  argument
 73 	struct macvlan_dev *macvlan = netdev_priv(dev);  in macvlan_dev_real_dev()
 88 	struct macvlan_dev *macvlan = netdev_priv(dev);  in macvlan_accel_priv()
 95 	struct macvlan_dev *macvlan = netdev_priv(dev);  in macvlan_supports_dest_filter()
 104 	struct macvlan_dev *macvlan = netdev_priv(dev);  in macvlan_release_l2fw_offload()
 
 | 
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_router.c | 8447 				    const struct net_device *macvlan_dev,  in mlxsw_sp_rif_macvlan_add()  argument8450 	struct macvlan_dev *vlan = netdev_priv(macvlan_dev);  in mlxsw_sp_rif_macvlan_add()
 8460 	err = mlxsw_sp_rif_fdb_op(mlxsw_sp, macvlan_dev->dev_addr,  in mlxsw_sp_rif_macvlan_add()
 8466 				   macvlan_dev->dev_addr, true);  in mlxsw_sp_rif_macvlan_add()
 8474 		rif->ops->fdb_del(rif, macvlan_dev->dev_addr);  in mlxsw_sp_rif_macvlan_add()
 8479 	mlxsw_sp_rif_fdb_op(mlxsw_sp, macvlan_dev->dev_addr,  in mlxsw_sp_rif_macvlan_add()
 8485 				       const struct net_device *macvlan_dev)  in __mlxsw_sp_rif_macvlan_del()  argument
 8487 	struct macvlan_dev *vlan = netdev_priv(macvlan_dev);  in __mlxsw_sp_rif_macvlan_del()
 8496 	mlxsw_sp_rif_vrrp_op(mlxsw_sp, rif->rif_index, macvlan_dev->dev_addr,  in __mlxsw_sp_rif_macvlan_del()
 8498 	mlxsw_sp_rif_fdb_op(mlxsw_sp, macvlan_dev->dev_addr,  in __mlxsw_sp_rif_macvlan_del()
 [all …]
 
 | 
| D | spectrum.h | 699 			      const struct net_device *macvlan_dev);
 | 
| D | spectrum.c | 4551 static int mlxsw_sp_netdevice_macvlan_event(struct net_device *macvlan_dev,  in mlxsw_sp_netdevice_macvlan_event()  argument4554 	struct mlxsw_sp *mlxsw_sp = mlxsw_sp_lower_get(macvlan_dev);  in mlxsw_sp_netdevice_macvlan_event()
 
 |