Searched refs:tlc_cnt (Results 1 – 4 of 4) sorted by relevance
364 uint32_t tlc_cnt; member373 ASSERT((tcp)->tcp_listen_cnt->tlc_cnt > 0); \374 if (atomic_dec_32_nv(&(tcp)->tcp_listen_cnt->tlc_cnt) == 0) \
919 tcp->tcp_listen_cnt->tlc_cnt > tcp->tcp_listen_cnt->tlc_max)) { in tcp_timer()
1430 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()
4476 tlc->tlc_cnt = 1; in tcp_do_listen()