Lines Matching defs:ipsec_get_sa_stats
95 struct ipsec_get_sa_stats { struct
96 uint32_t seq_lo; /**< Sequence Number (low 32bits) */
97 uint32_t seq_high; /**< Sequence Number (high 32bits) */
98 uint32_t arw_counter_lo; /**< Anti-replay wndw cntr */
99 uint32_t arw_counter_high; /**< Anti-replay wndw cntr */
100 uint32_t arw_bitmap_lo; /**< Anti-replay wndw bitmap */
101 uint32_t arw_bitmap_high; /**< Anti-replay wndw bitmap */
102 uint32_t spare:1;
103 uint32_t soft_byte_exceeded :1; /**< Soft lifetime byte cnt exceeded */
104 uint32_t hard_byte_exceeded :1; /**< Hard lifetime byte cnt exceeded */
105 uint32_t soft_time_exceeded :1; /**< Soft lifetime time limit exceeded */
106 uint32_t hard_time_exceeded :1; /**< Hard lifetime time limit exceeded */
107 uint32_t spare1:27;
108 uint32_t lifetime_byte_count;
109 uint32_t pkt_count;
110 struct ipsec_discard_stats sa_discard_stats;