Home
last modified time | relevance | path

Searched refs:WINDOW_BIT_LOC_MASK (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_ipsec/
H A Dipsec_sqn.h10 #define WINDOW_BIT_LOC_MASK (WINDOW_BUCKET_SIZE - 1) macro
111 bit = sqn & WINDOW_BIT_LOC_MASK; in esn_inb_check_sqn()
183 bit = (uint64_t)1 << (sqn & WINDOW_BIT_LOC_MASK); in esn_inb_update_sqn()