Symbol: ESPSTAT
tools/tools/crypto/ipsecstats.c
134
ESPSTAT(esps.esps_input, "input packets processed");
tools/tools/crypto/ipsecstats.c
135
ESPSTAT(esps.esps_output, "output packets processed");
tools/tools/crypto/ipsecstats.c
136
ESPSTAT(esps.esps_hdrops, "headers too short");
tools/tools/crypto/ipsecstats.c
137
ESPSTAT(esps.esps_nopf, "headers for unsupported address family");
tools/tools/crypto/ipsecstats.c
138
ESPSTAT(esps.esps_notdb, "packets with no SA");
tools/tools/crypto/ipsecstats.c
139
ESPSTAT(esps.esps_badkcr, "packets with bad kcr");
tools/tools/crypto/ipsecstats.c
140
ESPSTAT(esps.esps_qfull, "packets dropped packet 'cuz queue full");
tools/tools/crypto/ipsecstats.c
141
ESPSTAT(esps.esps_noxform, "packets with no xform");
tools/tools/crypto/ipsecstats.c
142
ESPSTAT(esps.esps_badilen, "packets with bad ilen");
tools/tools/crypto/ipsecstats.c
143
ESPSTAT(esps.esps_badenc, "packets with bad encryption");
tools/tools/crypto/ipsecstats.c
144
ESPSTAT(esps.esps_badauth, "packets with bad authentication");
tools/tools/crypto/ipsecstats.c
145
ESPSTAT(esps.esps_wrap, "packets dropped for replay counter wrap");
tools/tools/crypto/ipsecstats.c
146
ESPSTAT(esps.esps_replay, "packets dropped for possible replay");
tools/tools/crypto/ipsecstats.c
147
ESPSTAT(esps.esps_invalid, "packets with an invalid SA");
tools/tools/crypto/ipsecstats.c
148
ESPSTAT(esps.esps_toobig, "packets too big");
tools/tools/crypto/ipsecstats.c
149
ESPSTAT(esps.esps_pdrops, "packets dropped due to policy");
tools/tools/crypto/ipsecstats.c
150
ESPSTAT(esps.esps_crypto, "failed crypto requests");
tools/tools/crypto/ipsecstats.c
151
ESPSTAT(esps.esps_tunnel, "tunnel sanity check failures");
tools/tools/crypto/ipsecstats.c
158
ESPSTAT(esps.esps_ibytes, "bytes received");
tools/tools/crypto/ipsecstats.c
159
ESPSTAT(esps.esps_obytes, "bytes transmitted");