Share via


IPSEC_AGGREGATE_SA_STATISTICS0 (Compact 2013)

3/26/2014

This 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

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform