Searched defs:ubsec_stats (Results 1 – 1 of 1) sorted by relevance
224 struct ubsec_stats { struct225 u_int64_t hst_ibytes;226 u_int64_t hst_obytes;227 u_int32_t hst_ipackets;228 u_int32_t hst_opackets;229 u_int32_t hst_invalid; /* invalid argument */230 u_int32_t hst_badsession; /* invalid session id */231 u_int32_t hst_badflags; /* flags indicate !(mbuf | uio) */232 u_int32_t hst_nodesc; /* op submitted w/o descriptors */233 u_int32_t hst_badalg; /* unsupported algorithm */[all …]