Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslapi.c188 KSSL_COUNTER(proxy_fallback_failed, 1); in kssl_find_fallback()
613 KSSL_COUNTER(internal_errors, 1); in kssl_handle_mblk()
634 KSSL_COUNTER(internal_errors, 1); in kssl_handle_mblk()
653 KSSL_COUNTER(record_decrypt_failure, 1); in kssl_handle_mblk()
671 KSSL_COUNTER(record_decrypt_failure, 1); in kssl_handle_mblk()
709 KSSL_COUNTER(verify_mac_failure, 1); in kssl_handle_mblk()
725 KSSL_COUNTER(appdata_record_ins, 1); in kssl_handle_mblk()
851 KSSL_COUNTER(internal_errors, 1); in kssl_handle_any_record()
866 KSSL_COUNTER(record_decrypt_failure, 1); in kssl_handle_any_record()
880 KSSL_COUNTER(record_decrypt_failure, 1); in kssl_handle_any_record()
[all …]
H A Dksslrec.c250 KSSL_COUNTER(compute_mac_failure, 1); in kssl_compute_record_mac()
615 KSSL_COUNTER(no_suite_found, 1); in kssl_handle_client_hello()
802 KSSL_COUNTER(resumed_sessions, 1); in kssl_handle_client_hello()
819 KSSL_COUNTER(full_handshakes, 1); in kssl_handle_client_hello()
863 KSSL_COUNTER(sid_cached, 1); in kssl_cache_sid()
895 KSSL_COUNTER(sid_uncached, 1); in kssl_uncache_sid()
906 KSSL_COUNTER(sid_cache_lookups, 1); in kssl_lookup_sid()
932 KSSL_COUNTER(sid_cache_hits, 1); in kssl_lookup_sid()
979 KSSL_COUNTER(alloc_fails, 1); in kssl_send_server_hello()
1133 KSSL_COUNTER(compute_mac_failure, 1); in kssl_tls_P_hash()
[all …]
H A Dksslimpl.h200 #define KSSL_COUNTER(p, v) atomic_add_64(&kssl_statp->p.value.ui64, v) macro