Home
last modified time | relevance | path

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

/openbsd/src/sbin/unwind/libunbound/util/
Dnetevent.c1495 c->cur_tcp_count++;
1502 setup_tcp_handler(c_hdl, new_fd, c->cur_tcp_count, c->max_tcp_count);
1520 c->tcp_parent->cur_tcp_count--;
2911 c->tcp_parent->cur_tcp_count--;
3980 c->cur_tcp_count = 0;
4044 c->cur_tcp_count = 0;
4124 c->cur_tcp_count = 0;
4223 c->cur_tcp_count = 0;
4336 c->cur_tcp_count = 0;
4436 c->cur_tcp_count = 0;
[all …]
Dnetevent.h211 int cur_tcp_count; member
/openbsd/src/usr.sbin/unbound/util/
Dnetevent.c1495 c->cur_tcp_count++;
1502 setup_tcp_handler(c_hdl, new_fd, c->cur_tcp_count, c->max_tcp_count);
1520 c->tcp_parent->cur_tcp_count--;
2911 c->tcp_parent->cur_tcp_count--;
3980 c->cur_tcp_count = 0;
4044 c->cur_tcp_count = 0;
4124 c->cur_tcp_count = 0;
4223 c->cur_tcp_count = 0;
4336 c->cur_tcp_count = 0;
4436 c->cur_tcp_count = 0;
[all …]
Dnetevent.h211 int cur_tcp_count; member
/openbsd/src/usr.sbin/unbound/daemon/
Dstats.c369 s->svr.tcp_accept_usage += (long long)lp->com->cur_tcp_count; in server_stats_compile()