Home
last modified time | relevance | path

Searched refs:tcp_free (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnetevent.c3201 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 …]
H A Dnetevent.h240 struct comm_point* tcp_free; member
/freebsd/contrib/unbound/services/
H A Doutside_network.c634 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 …]
H A Doutside_network.h188 struct pending_tcp* tcp_free; member
H A Dlisten_dnsport.c2102 p->com->tcp_free != NULL) { in listen_stop_accept()
2115 p->com->tcp_free != NULL) { in listen_start_accept()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch3457 if(c->type == comm_tcp_accept && !c->tcp_free) {
/freebsd/contrib/unbound/doc/
H A DChangelog1815 - Fix for #558: fix loop in comm_point->tcp_free when a comm_point is