Searched defs:htbl_grow (Results 1 - 1 of 1) sorted by relevance

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

Completed in 74 milliseconds