Searched defs:ubsec_stats (Results 1 – 1 of 1) sorted by relevance
212 struct ubsec_stats { struct213 u_int64_t hst_ibytes;214 u_int64_t hst_obytes;215 u_int32_t hst_ipackets;216 u_int32_t hst_opackets;217 u_int32_t hst_invalid; /* invalid argument */218 u_int32_t hst_badsession; /* invalid session id */219 u_int32_t hst_badflags; /* flags indicate !(mbuf | uio) */220 u_int32_t hst_nodesc; /* op submitted w/o descriptors */221 u_int32_t hst_badalg; /* unsupported algorithm */[all …]