Searched refs:tserver_ch (Results 1 – 4 of 4) sorted by relevance
78 QUIC_CHANNEL *tserver_ch; member
582 assert(port->tserver_ch == NULL); in ossl_quic_port_create_incoming()590 port->tserver_ch = ch; in ossl_quic_port_create_incoming()742 if (port->tserver_ch != NULL) { in port_bind_channel()743 ch = port->tserver_ch; in port_bind_channel()744 port->tserver_ch = NULL; in port_bind_channel()
448 void ossl_quic_channel_bind_qrx(QUIC_CHANNEL *tserver_ch, OSSL_QRX *qrx) in ossl_quic_channel_bind_qrx() argument450 if (tserver_ch->qrx == NULL && tserver_ch->is_tserver_ch == 1) { in ossl_quic_channel_bind_qrx()451 tserver_ch->qrx = qrx; in ossl_quic_channel_bind_qrx()452 ossl_qrx_set_late_validation_cb(tserver_ch->qrx, rx_late_validate, in ossl_quic_channel_bind_qrx()453 tserver_ch); in ossl_quic_channel_bind_qrx()454 ossl_qrx_set_key_update_cb(tserver_ch->qrx, rxku_detected, in ossl_quic_channel_bind_qrx()455 tserver_ch); in ossl_quic_channel_bind_qrx()
183 void ossl_quic_channel_bind_qrx(QUIC_CHANNEL *tserver_ch, OSSL_QRX *qrx);