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

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

Completed in 107 milliseconds