Home
last modified time | relevance | path

Searched refs:addrmax (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dvxlan.h224 unsigned int addrmax; member
/kernel/linux/linux-6.6/include/net/
H A Dvxlan.h226 unsigned int addrmax; member
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c958 if (vxlan->cfg.addrmax && in vxlan_fdb_create()
959 vxlan->addrcnt >= vxlan->cfg.addrmax) in vxlan_fdb_create()
4110 conf->addrmax = nla_get_u32(data[IFLA_VXLAN_LIMIT]); in vxlan_nl2conf()
4411 nla_put_u32(skb, IFLA_VXLAN_LIMIT, vxlan->cfg.addrmax) || in vxlan_fill_info()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c896 if (vxlan->cfg.addrmax && in vxlan_fdb_create()
897 vxlan->addrcnt >= vxlan->cfg.addrmax) in vxlan_fdb_create()
4058 conf->addrmax = nla_get_u32(data[IFLA_VXLAN_LIMIT]); in vxlan_nl2conf()
4403 nla_put_u32(skb, IFLA_VXLAN_LIMIT, vxlan->cfg.addrmax) || in vxlan_fill_info()

Completed in 13 milliseconds