Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dtcp_impl.h373 uint32_t tlc_cnt; member
382 ASSERT((tcp)->tcp_listen_cnt->tlc_cnt > 0); \
383 if (atomic_dec_32_nv(&(tcp)->tcp_listen_cnt->tlc_cnt) == 0) \
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c919 tcp->tcp_listen_cnt->tlc_cnt > tcp->tcp_listen_cnt->tlc_max)) { in tcp_timer()
H A Dtcp_input.c1378 if (atomic_inc_32_nv(&tlc->tlc_cnt) > tlc->tlc_max + 1) { in tcp_input_listener()
1381 atomic_dec_32(&tlc->tlc_cnt); in tcp_input_listener()
1823 atomic_dec_32(&listener->tcp_listen_cnt->tlc_cnt); in tcp_input_listener()
H A Dtcp.c4476 tlc->tlc_cnt = 1; in tcp_do_listen()