Searched refs:rx_window (Results 1 – 1 of 1) sorted by relevance
99 uint64_t rx_window; member2179 if (seq > (key->rx_seq + (sizeof(key->rx_window) * 8))) { in ovpn_check_replay()2181 key->rx_window = 0; in ovpn_check_replay()2187 if ((seq == key->rx_seq + 1) && key->rx_window == 0) { in ovpn_check_replay()2195 if (key->rx_window & ((uint64_t)1 << d)) { in ovpn_check_replay()2201 key->rx_window |= (uint64_t)1 << d; in ovpn_check_replay()2203 while (key->rx_window & 1) { in ovpn_check_replay()2205 key->rx_window >>= 1; in ovpn_check_replay()