Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_sppp.c106 static unsigned char ng_units_in_use = 0; variable
143 ng_units_in_use++; in ng_sppp_get_unit()
162 ng_units_in_use--; in ng_sppp_free_unit()
163 if (ng_units_in_use == 0) { in ng_sppp_free_unit()