Lines Matching refs:elasticity
199 int elasticity) in br_mdb_copy() argument
211 if (!elasticity) in br_mdb_copy()
223 return maxlen > elasticity ? -EINVAL : 0; in br_mdb_copy()
323 int elasticity) in br_mdb_rehash() argument
345 if (!old || elasticity) in br_mdb_rehash()
353 err = br_mdb_copy(mdb, old, elasticity); in br_mdb_rehash()
600 int elasticity; in br_multicast_get_group() local
610 elasticity = 0; in br_multicast_get_group()
619 elasticity = br->hash_elasticity; in br_multicast_get_group()
636 if (max > mdb->max || elasticity) { in br_multicast_get_group()
646 err = br_mdb_rehash(&br->mdb, max, elasticity); in br_multicast_get_group()