Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve_vxlan.c14 VXLAN_F_LEARN | \
157 config->learning_en = cfg->flags & VXLAN_F_LEARN ? 1 : 0; in mlxsw_sp_nve_vxlan_config()
Dspectrum_switchdev.c3214 if (!(vxlan->cfg.flags & VXLAN_F_LEARN)) in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
/linux-6.6.21/include/net/
Dvxlan.h312 #define VXLAN_F_LEARN 0x01 macro
/linux-6.6.21/drivers/net/vxlan/
Dvxlan_core.c1629 if ((vxlan->cfg.flags & VXLAN_F_LEARN) && in vxlan_set_mac()
2358 if ((dst_vxlan->cfg.flags & VXLAN_F_LEARN) && snoop) in vxlan_encap_bypass()
4008 VXLAN_F_LEARN, changelink, true, in vxlan_nl2conf()
4014 conf->flags |= VXLAN_F_LEARN; in vxlan_nl2conf()
4391 !!(vxlan->cfg.flags & VXLAN_F_LEARN)) || in vxlan_fill_info()