Home
last modified time | relevance | path

Searched refs:demux (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_demux.c76 QUIC_DEMUX *demux; in ossl_quic_demux_new() local
78 demux = OPENSSL_zalloc(sizeof(QUIC_DEMUX)); in ossl_quic_demux_new()
79 if (demux == NULL) in ossl_quic_demux_new()
82 demux->net_bio = net_bio; in ossl_quic_demux_new()
83 demux->short_conn_id_len = short_conn_id_len; in ossl_quic_demux_new()
85 demux->mtu = DEMUX_DEFAULT_MTU; in ossl_quic_demux_new()
86 demux->now = now; in ossl_quic_demux_new()
87 demux->now_arg = now_arg; in ossl_quic_demux_new()
92 demux->use_local_addr = 1; in ossl_quic_demux_new()
94 return demux; in ossl_quic_demux_new()
[all …]
H A Dquic_port.c145 if ((port->demux = ossl_quic_demux_new(/*BIO=*/NULL, in port_init()
151 ossl_quic_demux_set_default_handler(port->demux, in port_init()
198 ossl_quic_demux_free(port->demux); in port_cleanup()
199 port->demux = NULL; in port_cleanup()
244 return port->demux; in ossl_quic_port_get0_demux()
423 ossl_quic_demux_set_bio(port->demux, net_rbio); in ossl_quic_port_set_net_rbio()
715 ret = ossl_quic_demux_pump(port->demux); in port_rx_pre()
1584 qrx_args.demux = port->demux; in port_default_packet_handler()
1720 ossl_quic_demux_release_urxe(port->demux, e); in port_default_packet_handler()
H A Dquic_port_local.h64 QUIC_DEMUX *demux; member
H A Dquic_record_rx.c99 QUIC_DEMUX *demux; member
199 if (args->demux == NULL || args->max_deferred == 0) in ossl_qrx_new()
211 qrx->demux = args->demux; in ossl_qrx_new()
236 ossl_quic_demux_release_urxe(qrx->demux, e); in qrx_cleanup_urxl()
1423 ossl_quic_demux_release_urxe(qrx->demux, e); in qrx_process_one_urxe()
H A Dquic_channel.c310 qrx_args.demux = ch->port->demux; in ch_init()
667 return ch->port->demux; in ossl_quic_channel_get0_demux()
687 return ossl_quic_demux_has_pending(ch->port->demux) in ossl_quic_channel_has_pending()
/freebsd/crypto/openssl/include/internal/
H A Dquic_demux.h207 void ossl_quic_demux_free(QUIC_DEMUX *demux);
213 void ossl_quic_demux_set_bio(QUIC_DEMUX *demux, BIO *net_bio);
218 int ossl_quic_demux_set_mtu(QUIC_DEMUX *demux, unsigned int mtu);
230 void ossl_quic_demux_set_default_handler(QUIC_DEMUX *demux,
239 void ossl_quic_demux_release_urxe(QUIC_DEMUX *demux,
253 void ossl_quic_demux_reinject_urxe(QUIC_DEMUX *demux,
280 int ossl_quic_demux_pump(QUIC_DEMUX *demux);
291 int ossl_quic_demux_inject(QUIC_DEMUX *demux,
300 int ossl_quic_demux_has_pending(const QUIC_DEMUX *demux);
H A Dquic_record_rx.h32 QUIC_DEMUX *demux; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c52 (group)->name, group->demux->port, ## arg)
56 (group)->name, (group)->demux->port, ## arg)
105 struct mlx4_ib_demux_ctx *demux; member
262 sa_mad_data->port_gid.global.interface_id = group->demux->guid_cache[0]; in send_join_to_wire()
265 mad.mad_hdr.tid = mlx4_ib_get_new_demux_tid(group->demux); in send_join_to_wire()
268 ret = send_mad_to_wire(group->demux, (struct ib_mad *)&mad); in send_join_to_wire()
272 queue_delayed_work(group->demux->mcg_wq, &group->timeout_work, in send_join_to_wire()
292 mad.mad_hdr.tid = mlx4_ib_get_new_demux_tid(group->demux); in send_leave_to_wire()
304 ret = send_mad_to_wire(group->demux, (struct ib_mad *)&mad); in send_leave_to_wire()
311 queue_delayed_work(group->demux->mcg_wq, &group->timeout_work, in send_leave_to_wire()
[all …]
H A Dmlx4_ib_mad.c434 if (dev->sriov.demux[port - 1].guid_cache[i] == guid) in mlx4_ib_find_real_gid()
505 tun_ctx = dev->sriov.demux[port-1].tun[slave]; in mlx4_ib_send_to_slave()
1064 mlx4_ib_mcg_port_cleanup(&dev->sriov.demux[port_num - 1], 0); in handle_client_rereg_event()
1192 (long long)atomic64_read(&dev->sriov.demux[port - 1].subnet_prefix), in handle_port_mgmt_change_event()
1194 atomic64_set(&dev->sriov.demux[port - 1].subnet_prefix, in handle_port_mgmt_change_event()
1934 if (dev->sriov.demux[port - 1].tun[slave]) { in free_pv_object()
1935 kfree(dev->sriov.demux[port - 1].tun[slave]); in free_pv_object()
1936 dev->sriov.demux[port - 1].tun[slave] = NULL; in free_pv_object()
2010 ctx->wq = to_mdev(ibdev)->sriov.demux[port - 1].wq; in create_pv_resources()
2081 clean_vf_mcast(&dev->sriov.demux[port - 1], slave); in mlx4_ib_tunnels_update()
[all …]
H A Dmlx4_ib_alias_GUID.c104 memcpy(&dev->sriov.demux[port_index].guid_cache[slave_id], in mlx4_ib_update_cache_on_guid_change()
119 return *(__be64 *)&dev->sriov.demux[port - 1].guid_cache[index]; in get_cached_alias_guid()
/freebsd/crypto/openssl/test/
H A Dquic_record_test.c46 int (*new_qrx)(QUIC_DEMUX **demux, OSSL_QRX **qrx);
8974 QUIC_DEMUX *demux; member
9005 if (s->demux != NULL) { in rx_state_teardown()
9006 ossl_quic_demux_free(s->demux); in rx_state_teardown()
9007 s->demux = NULL; in rx_state_teardown()
9036 if (s->demux == NULL in rx_state_ensure()
9037 && !TEST_ptr(s->demux = ossl_quic_demux_new(NULL, in rx_state_ensure()
9043 s->args.demux = s->demux; in rx_state_ensure()
9051 ossl_quic_demux_set_default_handler(s->demux, demux_default_handler, s); in rx_state_ensure()
9110 if (!TEST_true(ossl_quic_demux_inject(s.demux, in rx_run_script()
H A Dquic_txp_test.c70 QUIC_DEMUX *demux; member
120 ossl_quic_demux_free(h->demux); in helper_cleanup()
236 if (!TEST_ptr(h->demux = ossl_quic_demux_new(h->bio2, 8, in helper_init()
240 ossl_quic_demux_set_default_handler(h->demux, demux_default_handler, h); in helper_init()
242 h->qrx_args.demux = h->demux; in helper_init()
1342 ossl_quic_demux_pump(h.demux); in run_script()
1354 ossl_quic_demux_pump(h.demux); in run_script()
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp505 (*p_stats_block)->demux.frame_bytes = m_demux_stats.frame_bytes; in getDecoderStats()
506 (*p_stats_block)->demux.no_id_bytes = m_demux_stats.no_id_bytes; in getDecoderStats()
507 (*p_stats_block)->demux.valid_id_bytes = m_demux_stats.valid_id_bytes; in getDecoderStats()
508 (*p_stats_block)->demux.unknown_id_bytes = m_demux_stats.unknown_id_bytes; in getDecoderStats()
509 (*p_stats_block)->demux.reserved_id_bytes = m_demux_stats.reserved_id_bytes; in getDecoderStats()
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-demux-pinctrl.txt24 - compatible: "i2c-demux-pinctrl"
40 compatible = "i2c-demux-pinctrl";
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h447 m_stats.demux.frame_bytes = 0; in resetStats()
448 m_stats.demux.no_id_bytes = 0; in resetStats()
449 m_stats.demux.valid_id_bytes = 0; in resetStats()
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr8a7790-lager.dts316 compatible = "i2c-demux-pinctrl";
329 compatible = "i2c-demux-pinctrl";
341 compatible = "i2c-demux-pinctrl";
434 compatible = "i2c-demux-pinctrl";
H A Dr8a7794-alt.dts196 compatible = "i2c-demux-pinctrl";
226 compatible = "i2c-demux-pinctrl";
H A Dr8a7791-koelsch.dts362 compatible = "i2c-demux-pinctrl";
373 compatible = "i2c-demux-pinctrl";
472 compatible = "i2c-demux-pinctrl";
H A Dr8a7793-gose.dts346 compatible = "i2c-demux-pinctrl";
456 compatible = "i2c-demux-pinctrl";
H A Dr8a7791-porter.dts170 compatible = "i2c-demux-pinctrl";
H A Dr8a7794-silk.dts238 compatible = "i2c-demux-pinctrl";
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstihxxx-b2120.dtsi153 demux@8a20000 {
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h680 ocsd_demux_stats_t demux; /**< global demux stats block */ member
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile177 print-ip-demux.c \
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a-tsn.dts40 /* ADG704BRMZ 1:4 SPI mux/demux */

12