Searched refs:ESPSTAT (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/tools/crypto/
H A Dipsecstats.c132 #define ESPSTAT(x,fmt) if (x) printf("esp " fmt ": %u\n", x) macro
134 ESPSTAT(esps.esps_input, "input packets processed");
135 ESPSTAT(esps.esps_output, "output packets processed");
136 ESPSTAT(esps.esps_hdrops, "headers too short");
137 ESPSTAT(esps.esps_nopf, "headers for unsupported address family");
138 ESPSTAT(esps.esps_notdb, "packets with no SA");
139 ESPSTAT(esps.esps_badkcr, "packets with bad kcr");
140 ESPSTAT(esps.esps_qfull, "packets dropped packet 'cuz queue full");
141 ESPSTAT(esps.esps_noxform, "packets with no xform");
142 ESPSTAT(esp
161 #undef ESPSTAT macro
[all...]

Completed in 60 milliseconds