Share via


IPSEC_STATISTICS0 (Compact 2013)

3/26/2014

This structure is the top-level of the IPSec statistics structures.

Syntax

typedef struct IPSEC_STATISTICS0_ {
  IPSEC_AGGREGATE_SA_STATISTICS0 aggregateSaStatistics;
  IPSEC_ESP_DROP_PACKET_STATISTICS0 espDropPacketStatistics;
  IPSEC_AH_DROP_PACKET_STATISTICS0 ahDropPacketStatistics;
  IPSEC_AGGREGATE_DROP_PACKET_STATISTICS0 aggregateDropPacketStatistics;
  IPSEC_TRAFFIC_STATISTICS0 inboundTrafficStatistics;
  IPSEC_TRAFFIC_STATISTICS0 outboundTrafficStatistics;
} IPSEC_STATISTICS0;

Members

  • outboundTrafficStatistics
    IPSEC_TRAFFIC_STATISTICS0 structure containing IPSec outbound traffic statistics.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform