IPCOMP
IPCOMP(IPCOMP_STAT_HDROPS, "packets too short for header length");
IPCOMP(IPCOMP_STAT_NOPF, "protocol family not supported");
IPCOMP(IPCOMP_STAT_NOTDB, "packets with no SA");
IPCOMP(IPCOMP_STAT_BADKCR,
IPCOMP(IPCOMP_STAT_QFULL, "queue full");
IPCOMP(IPCOMP_STAT_NOXFORM, "no support for transform");
IPCOMP(IPCOMP_STAT_WRAP, "packets dropped for replay counter wrap");
IPCOMP(IPCOMP_STAT_INPUT, "input IPcomp packets");
IPCOMP(IPCOMP_STAT_OUTPUT, "output IPcomp packets");
IPCOMP(IPCOMP_STAT_INVALID, "packets with an invalid SA");
IPCOMP(IPCOMP_STAT_TOOBIG, "packets decompressed as too big");
IPCOMP(IPCOMP_STAT_MINLEN, "packets too short to be compressed");
IPCOMP(IPCOMP_STAT_USELESS,"packet for which compression was useless");
IPCOMP(IPCOMP_STAT_PDROPS, "packets blocked due to policy");
IPCOMP(IPCOMP_STAT_CRYPTO, "failed crypto requests");
IPCOMP(IPCOMP_STAT_IBYTES, "input bytes");
IPCOMP(IPCOMP_STAT_OBYTES, "output bytes");