Searched defs:cryptostats (Results 1 – 2 of 2) sorted by relevance
329 struct cryptostats { struct330 uint64_t cs_ops; /* symmetric crypto ops submitted */331 uint64_t cs_errs; /* symmetric crypto ops that failed */332 uint64_t cs_kops; /* asymetric/key ops submitted */333 uint64_t cs_kerrs; /* asymetric/key ops that failed */334 uint64_t cs_intrs; /* crypto swi thread activations */335 uint64_t cs_rets; /* crypto return thread activations */336 uint64_t cs_blocks; /* symmetric op driver block */337 uint64_t cs_kblocks; /* symmetric op driver block */
237 static counter_u64_t cryptostats[sizeof(struct cryptostats) / sizeof(uint64_t)]; variable