Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c67 boolean_t htbl_grow; /* growth allowed */ member
103 static void htbl_grow(struct htbl *);
208 if (htbl->htbl_grow && htbl->htbl_ifcount >= htbl->htbl_size * 5) in hash_link()
209 htbl_grow(htbl); in hash_link()
265 htbl_grow(struct htbl *htbl) in htbl_grow() function
300 htbl->htbl_grow = _B_FALSE; in htbl_grow()
306 htbl->htbl_grow = _B_TRUE; in htbl_grow()