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

/freebsd-11-stable/sys/netipsec/
H A Dipsec.c1186 int index, bit_location; local
1220 bit_location = seq & IPSEC_BITMAP_LOC_MASK;
1225 if ((replay->bitmap)[index] & (1 << bit_location))
1241 int diff, index, bit_location; local
1285 bit_location = seq & IPSEC_BITMAP_LOC_MASK;
1288 if (replay->bitmap[index] & (1 << bit_location))
1291 replay->bitmap[index] |= (1 << bit_location);

Completed in 60 milliseconds