Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dtimers.c17 * not sent one for `KEEPALIVE_TIMEOUT` ms.
20 * not received one (even empty) for `(KEEPALIVE_TIMEOUT + REKEY_TIMEOUT) +
87 jiffies + KEEPALIVE_TIMEOUT * HZ); in wg_expired_send_keepalive()
97 &peer->endpoint.addr, (int)(KEEPALIVE_TIMEOUT + REKEY_TIMEOUT)); in wg_expired_new_handshake()
149 jiffies + (KEEPALIVE_TIMEOUT + REKEY_TIMEOUT) * HZ + in wg_timers_data_sent()
159 jiffies + KEEPALIVE_TIMEOUT * HZ); in wg_timers_data_received()
H A Dmessages.h49 KEEPALIVE_TIMEOUT = 10, enumerator
H A Dreceive.c240 REJECT_AFTER_TIME - KEEPALIVE_TIMEOUT - REKEY_TIMEOUT); in keep_key_fresh()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dtimers.c17 * not sent one for `KEEPALIVE_TIMEOUT` ms.
20 * not received one (even empty) for `(KEEPALIVE_TIMEOUT + REKEY_TIMEOUT) +
87 jiffies + KEEPALIVE_TIMEOUT * HZ); in wg_expired_send_keepalive()
97 &peer->endpoint.addr, (int)(KEEPALIVE_TIMEOUT + REKEY_TIMEOUT)); in wg_expired_new_handshake()
149 jiffies + (KEEPALIVE_TIMEOUT + REKEY_TIMEOUT) * HZ + in wg_timers_data_sent()
159 jiffies + KEEPALIVE_TIMEOUT * HZ); in wg_timers_data_received()
H A Dmessages.h49 KEEPALIVE_TIMEOUT = 10, enumerator
H A Dreceive.c233 REJECT_AFTER_TIME - KEEPALIVE_TIMEOUT - REKEY_TIMEOUT); in keep_key_fresh()

Completed in 4 milliseconds