Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c138 static size_t tcl_inuse = 0; /* # of tunnels currently allocated */ variable
287 if (tcl_inuse >= sppptun_cnt) { in tuncl_alloc()
299 if (tcl_inuse >= user_max) { in tuncl_alloc()
304 tcl_inuse++; in tuncl_alloc()
330 tcl_inuse--; in tuncl_alloc()
339 tcl_inuse--; in tuncl_alloc()
364 ASSERT(tcl_inuse > 0); in tuncl_free()
365 tcl_inuse--; in tuncl_free()
2462 if (tunll_list.q_forw != &tunll_list || tcl_inuse > 0) in sppptun_tcl_fintest()