Lines Matching defs:ahstat
41 struct ahstat { struct
42 uint64_t ahs_hdrops; /* Packet shorter than header shows */
43 uint64_t ahs_nopf; /* Protocol family not supported */
44 uint64_t ahs_notdb;
45 uint64_t ahs_badkcr;
46 uint64_t ahs_badauth;
47 uint64_t ahs_noxform;
48 uint64_t ahs_qfull;
49 uint64_t ahs_wrap;
50 uint64_t ahs_replay;
51 uint64_t ahs_badauthl; /* Bad authenticator length */
52 uint64_t ahs_input; /* Input AH packets */
53 uint64_t ahs_output; /* Output AH packets */
54 uint64_t ahs_invalid; /* Trying to use an invalid TDB */
55 uint64_t ahs_ibytes; /* Input bytes */
56 uint64_t ahs_obytes; /* Output bytes */
57 uint64_t ahs_toobig; /* Packet got larger than
59 uint64_t ahs_pdrops; /* Packet blocked due to policy */
60 uint64_t ahs_crypto; /* Crypto processing failure */
61 uint64_t ahs_outfail; /* Packet output failure */