Searched defs:vxlan_dev (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| A D | vxlan.h | 235 struct vxlan_dev { struct 240 struct list_head next; /* vxlan's per namespace list */ 245 struct net_device *dev; 246 struct net *net; /* netns for packet i/o */ 247 struct vxlan_rdst default_dst; /* default destination */ 249 struct timer_list age_timer; 250 spinlock_t hash_lock[FDB_HASH_SIZE]; 251 unsigned int addrcnt; 252 struct gro_cells gro_cells; 254 struct vxlan_config cfg; [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_switchdev.c | 2015 const struct net_device *vxlan_dev, in mlxsw_sp_bridge_vlan_aware_vxlan_join() 2066 const struct net_device *vxlan_dev, u16 vid, in mlxsw_sp_bridge_8021q_vxlan_join() 2194 const struct net_device *vxlan_dev, u16 vid, in mlxsw_sp_bridge_8021d_vxlan_join() 2305 const struct net_device *vxlan_dev, u16 vid, in mlxsw_sp_bridge_8021ad_vxlan_join() 2418 const struct net_device *vxlan_dev, u16 vid, in mlxsw_sp_bridge_vxlan_join() 2432 const struct net_device *vxlan_dev) in mlxsw_sp_bridge_vxlan_leave() 3301 const struct net_device *vxlan_dev, u16 vid, in mlxsw_sp_switchdev_vxlan_vlan_add() 3387 const struct net_device *vxlan_dev, u16 vid) in mlxsw_sp_switchdev_vxlan_vlan_del() 3411 mlxsw_sp_switchdev_vxlan_vlans_add(struct net_device *vxlan_dev, in mlxsw_sp_switchdev_vxlan_vlans_add() 3449 mlxsw_sp_switchdev_vxlan_vlans_del(struct net_device *vxlan_dev, in mlxsw_sp_switchdev_vxlan_vlans_del() [all …]
|
| A D | spectrum.h | 415 mlxsw_sp_vxlan_mapped_vid(const struct net_device *vxlan_dev, u16 *p_vid) in mlxsw_sp_vxlan_mapped_vid()
|
Completed in 19 milliseconds