Lines Matching refs:elasticity
182 int elasticity) in br_mdb_copy() argument
194 if (!elasticity) in br_mdb_copy()
206 return maxlen > elasticity ? -EINVAL : 0; in br_mdb_copy()
303 int elasticity) in br_mdb_rehash() argument
325 if (!old || elasticity) in br_mdb_rehash()
333 err = br_mdb_copy(mdb, old, elasticity); in br_mdb_rehash()
520 int elasticity; in br_multicast_get_group() local
530 elasticity = 0; in br_multicast_get_group()
539 elasticity = br->hash_elasticity; in br_multicast_get_group()
556 if (max > mdb->max || elasticity) { in br_multicast_get_group()
566 err = br_mdb_rehash(&br->mdb, max, elasticity); in br_multicast_get_group()