AHSTAT
AHSTAT(ahs.ahs_input, "input packets processed");
AHSTAT(ahs.ahs_output, "output packets processed");
AHSTAT(ahs.ahs_hdrops, "headers too short");
AHSTAT(ahs.ahs_nopf, "headers for unsupported address family");
AHSTAT(ahs.ahs_notdb, "packets with no SA");
AHSTAT(ahs.ahs_badkcr, "packets with bad kcr");
AHSTAT(ahs.ahs_badauth, "packets with bad authentication");
AHSTAT(ahs.ahs_noxform, "packets with no xform");
AHSTAT(ahs.ahs_qfull, "packets dropped packet 'cuz queue full");
AHSTAT(ahs.ahs_wrap, "packets dropped for replace counter wrap");
AHSTAT(ahs.ahs_replay, "packets dropped for possible replay");
AHSTAT(ahs.ahs_badauthl, "packets dropped for bad authenticator length");
AHSTAT(ahs.ahs_invalid, "packets with an invalid SA");
AHSTAT(ahs.ahs_toobig, "packets too big");
AHSTAT(ahs.ahs_pdrops, "packets dropped due to policy");
AHSTAT(ahs.ahs_crypto, "failed crypto requests");
AHSTAT(ahs.ahs_tunnel, "tunnel sanity check failures");
AHSTAT(ahs.ahs_ibytes, "bytes received");
AHSTAT(ahs.ahs_obytes, "bytes transmitted");