Lines Matching refs:uint64_t
42 uint64_t esps_hdrops; /* Packet shorter than header shows */
43 uint64_t esps_nopf; /* Protocol family not supported */
44 uint64_t esps_notdb;
45 uint64_t esps_badkcr;
46 uint64_t esps_qfull;
47 uint64_t esps_noxform;
48 uint64_t esps_badilen;
49 uint64_t esps_wrap; /* Replay counter wrapped around */
50 uint64_t esps_badenc; /* Bad encryption detected */
51 uint64_t esps_badauth; /* Only valid for transforms
53 uint64_t esps_replay; /* Possible packet replay detected */
54 uint64_t esps_input; /* Input ESP packets */
55 uint64_t esps_output; /* Output ESP packets */
56 uint64_t esps_invalid; /* Trying to use an invalid TDB */
57 uint64_t esps_ibytes; /* Input bytes */
58 uint64_t esps_obytes; /* Output bytes */
59 uint64_t esps_toobig; /* Packet got larger than
61 uint64_t esps_pdrops; /* Packet blocked due to policy */
62 uint64_t esps_crypto; /* Crypto processing failure */
63 uint64_t esps_udpencin; /* Input ESP-in-UDP packets */
64 uint64_t esps_udpencout; /* Output ESP-in-UDP packets */
65 uint64_t esps_udpinval; /* Invalid input ESP-in-UDP packets */
66 uint64_t esps_udpneeded; /* Trying to use a ESP-in-UDP TDB */
67 uint64_t esps_outfail; /* Packet output failure */
131 espstat_add(enum espstat_counters c, uint64_t v)