Lines Matching refs:elasticity
194 int elasticity) in br_mdb_copy() argument
206 if (!elasticity) in br_mdb_copy()
218 return maxlen > elasticity ? -EINVAL : 0; in br_mdb_copy()
317 int elasticity) in br_mdb_rehash() argument
339 if (!old || elasticity) in br_mdb_rehash()
347 err = br_mdb_copy(mdb, old, elasticity); in br_mdb_rehash()
534 int elasticity; in br_multicast_get_group() local
544 elasticity = 0; in br_multicast_get_group()
553 elasticity = br->hash_elasticity; in br_multicast_get_group()
570 if (max > mdb->max || elasticity) { in br_multicast_get_group()
580 err = br_mdb_rehash(&br->mdb, max, elasticity); in br_multicast_get_group()