Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve_vxlan.c22 VXLAN_F_LEARN)
99 config->learning_en = cfg->flags & VXLAN_F_LEARN ? 1 : 0; in mlxsw_sp_nve_vxlan_config()
Dspectrum_switchdev.c2568 if (!(vxlan->cfg.flags & VXLAN_F_LEARN)) in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
/Linux-v5.10/include/net/
Dvxlan.h259 #define VXLAN_F_LEARN 0x01 macro
/Linux-v5.10/drivers/net/
Dvxlan.c1795 if ((vxlan->cfg.flags & VXLAN_F_LEARN) && in vxlan_set_mac()
2532 if ((dst_vxlan->cfg.flags & VXLAN_F_LEARN) && snoop) in vxlan_encap_bypass()
4053 VXLAN_F_LEARN, changelink, true, in vxlan_nl2conf()
4059 conf->flags |= VXLAN_F_LEARN; in vxlan_nl2conf()
4392 !!(vxlan->cfg.flags & VXLAN_F_LEARN)) || in vxlan_fill_info()