Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dproxy.c64 static h2o_http3client_ctx_t *create_http3_context(h2o_context_t *ctx, int use_gso) in create_http3_context() argument
106 h2o_httpclient_http3_notify_connection_update, use_gso); in create_http3_context()
159 …onfig.protocol_ratio.http3 != 0 ? create_http3_context(ctx, ctx->globalconf->http3.use_gso) : NULL, in on_context_init()
/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp3_server.h49 … h2o_quic_notify_connection_update_cb notify_conn_update, uint8_t use_gso);
H A Dhttp3_common.h295 uint8_t use_gso; member
428 …_quic_accept_cb acceptor, h2o_quic_notify_connection_update_cb notify_conn_update, uint8_t use_gso,
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dcommon.c142 if (num_datagrams > 1 && ctx->use_gso) { in h2o_quic_send_datagrams()
989 …_quic_accept_cb acceptor, h2o_quic_notify_connection_update_cb notify_conn_update, uint8_t use_gso, in h2o_quic_init_context() argument
1003 .use_gso = use_gso, in h2o_quic_init_context()
H A Dserver.c1779 … h2o_quic_notify_connection_update_cb notify_conn_update, uint8_t use_gso) in h2o_http3_server_init_context() argument
1781 …return h2o_quic_init_context(ctx, loop, sock, quic, acceptor, notify_conn_update, use_gso, &h2o->q… in h2o_http3_server_init_context()
/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Dconfig.c205 config->http3.use_gso = 1; in h2o_config_init()
H A Dconfigurator.c646 ctx->globalconf->http3.use_gso = (uint8_t)on; in on_config_http3_gso()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h458 uint8_t use_gso : 1; member
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dmain.c3103 on_http3_accept, NULL, conf.globalconf.http3.use_gso); in run_loop()