Lines Matching full:demux
145 if ((port->demux = ossl_quic_demux_new(/*BIO=*/NULL, in port_init()
150 ossl_quic_demux_set_default_handler(port->demux, in port_init()
194 ossl_quic_demux_free(port->demux); in port_cleanup()
195 port->demux = NULL; in port_cleanup()
240 return port->demux; in ossl_quic_port_get0_demux()
419 ossl_quic_demux_set_bio(port->demux, net_rbio); in ossl_quic_port_set_net_rbio()
707 * Get DEMUX to BIO_recvmmsg from the network and queue incoming datagrams in port_rx_pre()
710 ret = ossl_quic_demux_pump(port->demux); in port_rx_pre()
1473 * This is called by the demux when we get a packet not destined for any known
1578 qrx_args.demux = port->demux; in port_default_packet_handler()
1713 ossl_quic_demux_release_urxe(port->demux, e); in port_default_packet_handler()