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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c66 uint_t htbl_ifcount; /* count of entries */ member in struct:htbl
208 if (htbl->htbl_grow && htbl->htbl_ifcount >= htbl->htbl_size * 5)
213 htbl->htbl_ifcount++;
221 htbl->htbl_ifcount--;
294 htbl->htbl_ifcount = 0;

Completed in 47 milliseconds