Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dtcp_impl.h364 uint32_t tlc_cnt; member
373 ASSERT((tcp)->tcp_listen_cnt->tlc_cnt > 0); \
374 if (atomic_dec_32_nv(&(tcp)->tcp_listen_cnt->tlc_cnt) == 0) \
/titanic_41/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.c1430 if (atomic_inc_32_nv(&tlc->tlc_cnt) > tlc->tlc_max + 1) { in tcp_input_listener()
1433 atomic_dec_32(&tlc->tlc_cnt); in tcp_input_listener()
1875 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()