IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1 structure (ipsectypes.h)

The IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1 structure stores aggregate IPsec kernel packet drop statistics. IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0 is available.

 

Syntax

typedef struct IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1_ {
  UINT32 invalidSpisOnInbound;
  UINT32 decryptionFailuresOnInbound;
  UINT32 authenticationFailuresOnInbound;
  UINT32 udpEspValidationFailuresOnInbound;
  UINT32 replayCheckFailuresOnInbound;
  UINT32 invalidClearTextInbound;
  UINT32 saNotInitializedOnInbound;
  UINT32 receiveOverIncorrectSaInbound;
  UINT32 secureReceivesNotMatchingFilters;
  UINT32 totalDropPacketsInbound;
} IPSEC_AGGREGATE_DROP_PACKET_STATISTICS1;

Members

invalidSpisOnInbound

Number of invalid SPIs on inbound.

decryptionFailuresOnInbound

Number of decryption failures on inbound.

authenticationFailuresOnInbound

Number of authentication failures on inbound.

udpEspValidationFailuresOnInbound

Number of UDP ESP validation failures on inbound.

replayCheckFailuresOnInbound

Number of replay check failures on inbound.

invalidClearTextInbound

Number of invalid clear text instances on inbound.

saNotInitializedOnInbound

Number of inbound drops for packets received on SAs that were not fully initialized.

receiveOverIncorrectSaInbound

Number of inbound drops for packets received on SAs whose characteristics did not match the packet.

secureReceivesNotMatchingFilters

Number of inbound IPsec secured packets that did not match any inbound IPsec transport layer filter.

totalDropPacketsInbound

Number of inbound drops for all packets.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header ipsectypes.h

See also

Windows Filtering Platform API Structures