Home
last modified time | relevance | path

Searched refs:hash_max (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_sysfs_br.c443 return sprintf(buf, "%u\n", br->hash_max); in hash_max_show()
448 br->hash_max = val; in set_hash_max()
457 static DEVICE_ATTR_RW(hash_max);
H A Dbr_netlink.c1254 br->hash_max = nla_get_u32(data[IFLA_BR_MCAST_HASH_MAX]); in br_changelink()
1511 nla_put_u32(skb, IFLA_BR_MCAST_HASH_MAX, br->hash_max) || in br_fill_info()
H A Dbr_private.h433 u32 hash_max; member
H A Dbr_multicast.c1042 if (atomic_read(&br->mdb_hash_tbl.nelems) >= br->hash_max) { in br_multicast_new_group()
3211 br->hash_max = BR_MULTICAST_DEFAULT_HASH_MAX; in br_multicast_init()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_sysfs_br.c497 return sprintf(buf, "%u\n", br->hash_max); in hash_max_show()
503 br->hash_max = val; in set_hash_max()
512 static DEVICE_ATTR_RW(hash_max);
H A Dbr_netlink.c1434 br->hash_max = nla_get_u32(data[IFLA_BR_MCAST_HASH_MAX]); in br_changelink()
1695 nla_put_u32(skb, IFLA_BR_MCAST_HASH_MAX, br->hash_max) || in br_fill_info()
H A Dbr_private.h538 u32 hash_max; member
H A Dbr_multicast.c1287 if (atomic_read(&br->mdb_hash_tbl.nelems) >= br->hash_max) { in br_multicast_new_group()
4083 br->hash_max = BR_MULTICAST_DEFAULT_HASH_MAX; in br_multicast_init()

Completed in 25 milliseconds