Searched refs:tcp_free (Results 1 – 8 of 8) sorted by relevance
1424 if(!c->tcp_free) {1429 c_hdl = c->tcp_free;1495 c->tcp_free = c_hdl->tcp_free;1496 c_hdl->tcp_free = NULL;1497 if(!c->tcp_free) {1518 if(c != c->tcp_parent->tcp_free) {1520 c->tcp_free = c->tcp_parent->tcp_free;1521 c->tcp_parent->tcp_free = c;1523 if(!c->tcp_free) {2900 if(c != c->tcp_parent->tcp_free) {[all …]
215 struct comm_point* tcp_free; member
136 outnet->tcp_conns[i]->next_free = outnet->tcp_free; in create_pending_tcp()137 outnet->tcp_free = outnet->tcp_conns[i]; in create_pending_tcp()
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];2411 struct pending_tcp* pend = sq->outnet->tcp_free;[all …]
188 struct pending_tcp* tcp_free; member
1990 p->com->tcp_free != NULL) { in listen_stop_accept()2003 p->com->tcp_free != NULL) { in listen_start_accept()
3457 if(c->type == comm_tcp_accept && !c->tcp_free) {
1084 - Fix for #558: fix loop in comm_point->tcp_free when a comm_point is