IPSEC_AGGREGATE_SA_STATISTICS0 structure (ipsectypes.h)

The IPSEC_AGGREGATE_SA_STATISTICS0 structure stores aggregate IPsec kernel security association (SA) statistics.

Syntax

typedef struct IPSEC_AGGREGATE_SA_STATISTICS0_ {
  UINT32 activeSas;
  UINT32 pendingSaNegotiations;
  UINT32 totalSasAdded;
  UINT32 totalSasDeleted;
  UINT32 successfulRekeys;
  UINT32 activeTunnels;
  UINT32 offloadedSas;
} IPSEC_AGGREGATE_SA_STATISTICS0;

Members

activeSas

Number of active SAs.

pendingSaNegotiations

Number of pending SA negotiations.

totalSasAdded

Total number of SAs added.

totalSasDeleted

Total number of SAs deleted.

successfulRekeys

Number of successful re-keys.

activeTunnels

Number of active tunnels.

offloadedSas

Number of offloaded SAs.

Remarks

IPSEC_AGGREGATE_SA_STATISTICS0 is a specific implementation of IPSEC_AGGREGATE_SA_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