Lines Matching refs:port_args
1799 QUIC_PORT_ARGS port_args = {0}; in create_channel() local
1816 port_args.channel_ctx = ctx; in create_channel()
1817 qc->port = ossl_quic_engine_create_port(qc->engine, &port_args); in create_channel()
4287 QUIC_PORT_ARGS port_args = {0}; in ossl_quic_new_listener() local
4315 port_args.channel_ctx = ctx; in ossl_quic_new_listener()
4316 port_args.is_multi_conn = 1; in ossl_quic_new_listener()
4317 port_args.get_conn_user_ssl = alloc_port_user_ssl; in ossl_quic_new_listener()
4318 port_args.user_ssl_arg = ql; in ossl_quic_new_listener()
4320 port_args.do_addr_validation = 1; in ossl_quic_new_listener()
4321 ql->port = ossl_quic_engine_create_port(ql->engine, &port_args); in ossl_quic_new_listener()
4357 QUIC_PORT_ARGS port_args = {0}; in ossl_quic_new_listener_from() local
4372 port_args.channel_ctx = ssl->ctx; in ossl_quic_new_listener_from()
4373 port_args.is_multi_conn = 1; in ossl_quic_new_listener_from()
4374 port_args.get_conn_user_ssl = alloc_port_user_ssl; in ossl_quic_new_listener_from()
4375 port_args.user_ssl_arg = ql; in ossl_quic_new_listener_from()
4377 port_args.do_addr_validation = 1; in ossl_quic_new_listener_from()
4378 ql->port = ossl_quic_engine_create_port(ctx.qd->engine, &port_args); in ossl_quic_new_listener_from()