Lines Matching refs:tcp_free
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;
2439 pend = sq->outnet->tcp_free;