Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPOpen.c78 hp->tcp_ref_cnt = 0; in SLPOpen()
H A Dslp_net.c148 (hp->tcp_ref_cnt)++; in slp_uc_tcp_send()
175 while (hp->tcp_ref_cnt > 0) in slp_tcp_wait()
561 if (--(hp->tcp_ref_cnt) == 0) in tcp_thread()
H A Dslp-internal.h131 int tcp_ref_cnt; /* TCP thread reference count */ member