Home
last modified time | relevance | path

Searched refs:VXLAN_F_LEARN (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve_vxlan.c14 VXLAN_F_LEARN)
155 config->learning_en = cfg->flags & VXLAN_F_LEARN ? 1 : 0; in mlxsw_sp_nve_vxlan_config()
Dspectrum_switchdev.c3062 if (!(vxlan->cfg.flags & VXLAN_F_LEARN)) in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
/linux-6.1.9/include/net/
Dvxlan.h307 #define VXLAN_F_LEARN 0x01 macro
/linux-6.1.9/drivers/net/vxlan/
Dvxlan_core.c1630 if ((vxlan->cfg.flags & VXLAN_F_LEARN) && in vxlan_set_mac()
2382 if ((dst_vxlan->cfg.flags & VXLAN_F_LEARN) && snoop) in vxlan_encap_bypass()
3964 VXLAN_F_LEARN, changelink, true, in vxlan_nl2conf()
3970 conf->flags |= VXLAN_F_LEARN; in vxlan_nl2conf()
4331 !!(vxlan->cfg.flags & VXLAN_F_LEARN)) || in vxlan_fill_info()