Home
last modified time | relevance | path

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

/openbmc/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.c3214 if (!(vxlan->cfg.flags & VXLAN_F_LEARN)) in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
/openbmc/linux/include/net/
H A Dvxlan.h312 #define VXLAN_F_LEARN 0x01 macro
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1633 if ((vxlan->cfg.flags & VXLAN_F_LEARN) && in vxlan_set_mac()
2381 if ((dst_vxlan->cfg.flags & VXLAN_F_LEARN) && snoop) in vxlan_encap_bypass()
4035 VXLAN_F_LEARN, changelink, true, in vxlan_nl2conf()
4041 conf->flags |= VXLAN_F_LEARN; in vxlan_nl2conf()
4418 !!(vxlan->cfg.flags & VXLAN_F_LEARN)) || in vxlan_fill_info()