Searched refs:ex_winsz (Results 1 – 1 of 1) sorted by relevance
24 uint64_t ex_winsz = winsz + WORD_SIZE; in anti_replay_check() local25 uint64_t winwords = ex_winsz >> WORD_SHIFT; in anti_replay_check()107 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in anti_replay_check()119 replay->wint = ((wint + shift - 1) % ex_winsz) + 1; in anti_replay_check()120 replay->winb = ((winb + shift - 1) % ex_winsz) + 1; in anti_replay_check()151 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in anti_replay_check()