Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/netipsec/esp_var.h 252028 2013-06-20 11:44:16Z ae $ */
---
> /* $FreeBSD: head/sys/netipsec/esp_var.h 253081 2013-07-09 09:32:06Z ae $ */
51,71c51,71
< u_int32_t esps_hdrops; /* Packet shorter than header shows */
< u_int32_t esps_nopf; /* Protocol family not supported */
< u_int32_t esps_notdb;
< u_int32_t esps_badkcr;
< u_int32_t esps_qfull;
< u_int32_t esps_noxform;
< u_int32_t esps_badilen;
< u_int32_t esps_wrap; /* Replay counter wrapped around */
< u_int32_t esps_badenc; /* Bad encryption detected */
< u_int32_t esps_badauth; /* Only valid for transforms with auth */
< u_int32_t esps_replay; /* Possible packet replay detected */
< u_int32_t esps_input; /* Input ESP packets */
< u_int32_t esps_output; /* Output ESP packets */
< u_int32_t esps_invalid; /* Trying to use an invalid TDB */
< u_int64_t esps_ibytes; /* Input bytes */
< u_int64_t esps_obytes; /* Output bytes */
< u_int32_t esps_toobig; /* Packet got larger than IP_MAXPACKET */
< u_int32_t esps_pdrops; /* Packet blocked due to policy */
< u_int32_t esps_crypto; /* Crypto processing failure */
< u_int32_t esps_tunnel; /* Tunnel sanity check failure */
< u_int32_t esps_hist[ESP_ALG_MAX]; /* Per-algorithm op count */
---
> uint64_t esps_hdrops; /* Packet shorter than header shows */
> uint64_t esps_nopf; /* Protocol family not supported */
> uint64_t esps_notdb;
> uint64_t esps_badkcr;
> uint64_t esps_qfull;
> uint64_t esps_noxform;
> uint64_t esps_badilen;
> uint64_t esps_wrap; /* Replay counter wrapped around */
> uint64_t esps_badenc; /* Bad encryption detected */
> uint64_t esps_badauth; /* Only valid for transforms with auth */
> uint64_t esps_replay; /* Possible packet replay detected */
> uint64_t esps_input; /* Input ESP packets */
> uint64_t esps_output; /* Output ESP packets */
> uint64_t esps_invalid; /* Trying to use an invalid TDB */
> uint64_t esps_ibytes; /* Input bytes */
> uint64_t esps_obytes; /* Output bytes */
> uint64_t esps_toobig; /* Packet got larger than IP_MAXPACKET */
> uint64_t esps_pdrops; /* Packet blocked due to policy */
> uint64_t esps_crypto; /* Crypto processing failure */
> uint64_t esps_tunnel; /* Tunnel sanity check failure */
> uint64_t esps_hist[ESP_ALG_MAX]; /* Per-algorithm op count */