Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/services/
H A Dlisten_dnsport.c120 static size_t stream_wait_count = 0; variable
2167 stream_wait_count -= (sizeof(struct tcp_req_done_item) in tcp_req_info_clear()
2251 stream_wait_count -= (sizeof(struct tcp_req_done_item)+item->len); in tcp_req_info_pop_done()
2404 if(stream_wait_count + space > stream_wait_max) { in tcp_req_info_add_result()
2409 stream_wait_count += space; in tcp_req_info_add_result()
2484 return stream_wait_count; in tcp_req_info_get_stream_buffer_size()
2486 s = stream_wait_count; in tcp_req_info_get_stream_buffer_size()