Searched refs:tcp_free (Results 1 – 7 of 7) sorted by relevance
3201 if(!c->tcp_free) {3206 c_hdl = c->tcp_free;3272 c->tcp_free = c_hdl->tcp_free;3273 c_hdl->tcp_free = NULL;3274 if(!c->tcp_free) {3295 if(c != c->tcp_parent->tcp_free) {3297 c->tcp_free = c->tcp_parent->tcp_free;3298 c->tcp_parent->tcp_free = c;3300 if(!c->tcp_free) {4686 if(c != c->tcp_parent->tcp_free) {[all …]
240 struct comm_point* tcp_free; member
634 struct pending_tcp* pend = w->outnet->tcp_free;747 w->outnet->tcp_free = pend->next_free;983 } else if(outnet->tcp_free) {984 struct pending_tcp* pend = w->outnet->tcp_free;1178 if(outnet->tcp_free != pend) {1179 pend->next_free = outnet->tcp_free;1180 outnet->tcp_free = pend;1623 outnet->tcp_conns[i]->next_free = outnet->tcp_free;1624 outnet->tcp_free = outnet->tcp_conns[i];2422 struct pending_tcp* pend = sq->outnet->tcp_free;[all …]
188 struct pending_tcp* tcp_free; member
2102 p->com->tcp_free != NULL) { in listen_stop_accept()2115 p->com->tcp_free != NULL) { in listen_start_accept()
3457 if(c->type == comm_tcp_accept && !c->tcp_free) {
1815 - Fix for #558: fix loop in comm_point->tcp_free when a comm_point is