Searched refs:stats_cipher_encrypt (Results 1 – 1 of 1) sorted by relevance
195 counter_u64_t stats_cipher_encrypt; member1849 CTLFLAG_RD, &sc->stats_cipher_encrypt, in ccr_sysctls()1975 sc->stats_cipher_encrypt = counter_u64_alloc(M_WAITOK); in ccr_attach()2021 counter_u64_free(sc->stats_cipher_encrypt); in ccr_detach()2565 counter_u64_add(sc->stats_cipher_encrypt, 1); in ccr_process()