OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_set
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfrd-tcp.c
172
setup_ssl(struct xfrd_tcp_pipeline* tp, struct xfrd_tcp_set*
tcp_set
,
175
if (!
tcp_set
->ssl_ctx) {
181
tp->ssl = SSL_new((SSL_CTX*)
tcp_set
->ssl_ctx);
260
struct xfrd_tcp_set*
tcp_set
= region_alloc(region,
local
262
memset(
tcp_set
, 0, sizeof(struct xfrd_tcp_set));
263
tcp_set
->tcp_state = NULL;
264
tcp_set
->tcp_max = tcp_max;
265
tcp_set
->tcp_pipeline = tcp_pipeline;
266
tcp_set
->tcp_count = 0;
267
tcp_set
->tcp_waiting_first = 0
[
all
...]
xfrd.c
228
xfrd->
tcp_set
= xfrd_tcp_set_create(xfrd->region, nsd->options->tls_cert_bundle, nsd->options->xfrd_tcp_max, nsd->options->xfrd_tcp_pipeline);
229
xfrd->
tcp_set
->tcp_timeout = nsd->tcp_timeout;
443
if (xfrd->
tcp_set
->ssl_ctx) {
445
for(i=0; i<xfrd->
tcp_set
->tcp_max; i++) {
446
if(xfrd->
tcp_set
->tcp_state[i] &&
447
xfrd->
tcp_set
->tcp_state[i]->ssl) {
448
SSL_free(xfrd->
tcp_set
->tcp_state[i]->ssl);
449
xfrd->
tcp_set
->tcp_state[i]->ssl = NULL;
452
SSL_CTX_free(xfrd->
tcp_set
->ssl_ctx);
1030
else xfrd->
tcp_set
->tcp_waiting_first = z->tcp_waiting_next
[
all
...]
xfrd.h
52
struct xfrd_tcp_set*
tcp_set
;
member in struct:xfrd_state
remote.c
982
xfrd_tcp_release(xfrd->
tcp_set
, zone);
1878
xfrd_tcp_release(xfrd->
tcp_set
, xz);
Completed in 22 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026