Searched refs:rx_window (Results 1 – 1 of 1) sorted by relevance
100 uint64_t rx_window; member2383 if (seq > (key->rx_seq + (sizeof(key->rx_window) * 8))) { in ovpn_check_replay()2385 key->rx_window = 0; in ovpn_check_replay()2391 if ((seq == key->rx_seq + 1) && key->rx_window == 0) { in ovpn_check_replay()2399 if (key->rx_window & ((uint64_t)1 << d)) { in ovpn_check_replay()2405 key->rx_window |= (uint64_t)1 << d; in ovpn_check_replay()2407 while (key->rx_window & 1) { in ovpn_check_replay()2409 key->rx_window >>= 1; in ovpn_check_replay()