Searched refs:tlc_cnt (Results 1 – 4 of 4) sorted by relevance
373 uint32_t tlc_cnt; member382 ASSERT((tcp)->tcp_listen_cnt->tlc_cnt > 0); \383 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()
1378 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()
4476 tlc->tlc_cnt = 1; in tcp_do_listen()