Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netipsec/
H A Dipsec.c1190 int index, bit_location; in check_window() local
1194 bit_location = seq & IPSEC_BITMAP_LOC_MASK; in check_window()
1199 return ((replay->bitmap)[index] & (1 << bit_location)); in check_window()
1228 int index, bit_location; in set_window() local
1232 bit_location = seq & IPSEC_BITMAP_LOC_MASK; in set_window()
1236 replay->bitmap[index] |= (1 << bit_location); in set_window()