Home
last modified time | relevance | path

Searched refs:stats2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtls13tickettest.c98 struct stats stats1, stats2; in test_tls13_ticket_ciphersuite_mismatch() local
124 && TEST_true(stats_init(&stats2)) in test_tls13_ticket_ciphersuite_mismatch()
125 && TEST_true(SSL_set_ex_data(c_ssl, stats_idx, &stats2)) in test_tls13_ticket_ciphersuite_mismatch()
128 && TEST_uint_eq(stats2.tickets, 2); in test_tls13_ticket_ciphersuite_mismatch()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h413 struct bnxt_qplib_stats stats2; member
H A Dmain.c1738 stat = (tid == 0xffff) ? &hctx->stats : &hctx->stats2; in bnxt_re_net_stats_ctx_alloc()