IPSEC_ESP_DROP_PACKET_STATISTICS0 structure (ipsectypes.h)

The IPSEC_ESP_DROP_PACKET_STATISTICS0 structure stores ESP drop packet statistics.

Syntax

typedef struct IPSEC_ESP_DROP_PACKET_STATISTICS0_ {
  UINT32 invalidSpisOnInbound;
  UINT32 decryptionFailuresOnInbound;
  UINT32 authenticationFailuresOnInbound;
  UINT32 replayCheckFailuresOnInbound;
  UINT32 saNotInitializedOnInbound;
} IPSEC_ESP_DROP_PACKET_STATISTICS0;

Members

invalidSpisOnInbound

Number of invalid SPIs on inbound.

decryptionFailuresOnInbound

Number of decryption failures on inbound.

authenticationFailuresOnInbound

Number of authentication failures on inbound.

replayCheckFailuresOnInbound

Number of replay check failures on inbound.

saNotInitializedOnInbound

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

Remarks

IPSEC_ESP_DROP_PACKET_STATISTICS0 is a specific implementation of IPSEC_ESP_DROP_PACKET_STATISTICS. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

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

See also

Windows Filtering Platform API Structures