Home
last modified time | relevance | path

Searched refs:cur_tcp_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/unbound/util/
Dnetevent.c890 c->cur_tcp_count++; in comm_point_tcp_accept_callback()
913 c->tcp_parent->cur_tcp_count--; in reclaim_tcp_handler()
1540 c->cur_tcp_count = 0;
1591 c->cur_tcp_count = 0;
1653 c->cur_tcp_count = 0;
1706 c->cur_tcp_count = 0;
1774 c->cur_tcp_count = 0;
1827 c->cur_tcp_count = 0;
1875 c->cur_tcp_count = 0;
Dnetevent.h168 int cur_tcp_count; member
/freebsd-10-stable/contrib/unbound/daemon/
Dstats.c183 s->svr.tcp_accept_usage += lp->com->cur_tcp_count; in server_stats_compile()