Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_nve_vxlan.c14 VXLAN_F_LEARN | \
157 config->learning_en = cfg->flags & VXLAN_F_LEARN ? 1 : 0; in mlxsw_sp_nve_vxlan_config()
H A Dspectrum_switchdev.c3240 if (!(vxlan->cfg.flags & VXLAN_F_LEARN)) in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
/linux/include/net/
H A Dvxlan.h316 #define VXLAN_F_LEARN 0x01 macro