Home
last modified time | relevance | path

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

/openbmc/linux/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.c1435 br->hash_max = nla_get_u32(data[IFLA_BR_MCAST_HASH_MAX]); in br_changelink()
1696 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()
4081 br->hash_max = BR_MULTICAST_DEFAULT_HASH_MAX; in br_multicast_init()