Searched defs:otx2_ipsec_replay (Results 1 – 1 of 1) sorted by relevance
119 struct otx2_ipsec_replay { struct120 rte_spinlock_t lock;121 uint32_t winb;122 uint32_t wint;123 uint64_t base; /**< base of the anti-replay window */124 uint64_t window[17]; /**< anti-replay window */