Home
last modified time | relevance | path

Searched refs:has_fin (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/ssl/quic/
H A Dquic_fifd.c89 if (chunks[i].has_fin && chunks[i].stream_id != UINT64_MAX) in on_acked()
157 if (chunks[i].has_fin && chunks[i].stream_id != UINT64_MAX) { in on_lost()
297 if (chunks[i].has_fin in ossl_quic_fifd_pkt_commit()
H A Dquic_txp.c2201 chunk.has_fin = 0; /* Crypto stream never ends */ in txp_generate_crypto_frames()
2458 chunk.has_fin = shdr->is_fin; in txp_generate_stream_frames()
3011 chunk.has_fin = 0; in txp_pkt_commit()
/src/crypto/openssl/include/internal/
H A Dquic_txpim.h65 unsigned int has_fin : 1; member
/src/crypto/openssl/test/
H A Dquic_fifd_test.c160 chunk.has_fin = hdr.is_fin; in test_generic()
/src/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1962 bool has_fin, set_l2t_idx; in t6_ktls_write_wr() local
1974 has_fin = (tcp_get_flags(tcp) & TH_FIN) != 0; in t6_ktls_write_wr()
1980 if (!has_fin && ktls_has_tcp_options(tcp)) { in t6_ktls_write_wr()
2054 if (has_fin) { in t6_ktls_write_wr()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-fifm.md353 unsigned int has_fin : 1;