Lines Matching refs:IPCOMP
260 #define IPCOMP(x, fmt) \ in fast_ipsec_stats() macro
264 IPCOMP(IPCOMP_STAT_HDROPS, "packets too short for header length"); in fast_ipsec_stats()
265 IPCOMP(IPCOMP_STAT_NOPF, "protocol family not supported"); in fast_ipsec_stats()
266 IPCOMP(IPCOMP_STAT_NOTDB, "packets with no SA"); in fast_ipsec_stats()
267 IPCOMP(IPCOMP_STAT_BADKCR, in fast_ipsec_stats()
269 IPCOMP(IPCOMP_STAT_QFULL, "queue full"); in fast_ipsec_stats()
270 IPCOMP(IPCOMP_STAT_NOXFORM, "no support for transform"); in fast_ipsec_stats()
271 IPCOMP(IPCOMP_STAT_WRAP, "packets dropped for replay counter wrap"); in fast_ipsec_stats()
272 IPCOMP(IPCOMP_STAT_INPUT, "input IPcomp packets"); in fast_ipsec_stats()
273 IPCOMP(IPCOMP_STAT_OUTPUT, "output IPcomp packets"); in fast_ipsec_stats()
274 IPCOMP(IPCOMP_STAT_INVALID, "packets with an invalid SA"); in fast_ipsec_stats()
275 IPCOMP(IPCOMP_STAT_TOOBIG, "packets decompressed as too big"); in fast_ipsec_stats()
276 IPCOMP(IPCOMP_STAT_MINLEN, "packets too short to be compressed"); in fast_ipsec_stats()
277 IPCOMP(IPCOMP_STAT_USELESS,"packet for which compression was useless"); in fast_ipsec_stats()
278 IPCOMP(IPCOMP_STAT_PDROPS, "packets blocked due to policy"); in fast_ipsec_stats()
279 IPCOMP(IPCOMP_STAT_CRYPTO, "failed crypto requests"); in fast_ipsec_stats()
287 IPCOMP(IPCOMP_STAT_IBYTES, "input bytes"); in fast_ipsec_stats()
288 IPCOMP(IPCOMP_STAT_OBYTES, "output bytes"); in fast_ipsec_stats()
289 #undef IPCOMP in fast_ipsec_stats()