Home
last modified time | relevance | path

Searched refs:txp_next (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_stream_map.h86 QUIC_STREAM *txp_next; member
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c2496 stream->txp_next = *tmp_head; in txp_enlink_tmp()
3017 for (stream = pkt->stream_head; stream != NULL; stream = stream->txp_next) in txp_pkt_commit()
3058 for (stream = pkt->stream_head; stream != NULL; stream = stream->txp_next) { in txp_pkt_commit()