Searched refs:last_sent_handshake (Results 1 – 5 of 5) sorted by relevance
25 if (!wg_birthdate_has_expired(atomic64_read(&peer->last_sent_handshake), in wg_packet_send_handshake_initiation()29 atomic64_set(&peer->last_sent_handshake, ktime_get_coarse_boottime_ns()); in wg_packet_send_handshake_initiation()38 atomic64_set(&peer->last_sent_handshake, in wg_packet_send_handshake_initiation()66 if (!wg_birthdate_has_expired(atomic64_read(&peer->last_sent_handshake), in wg_packet_send_queued_handshake_initiation()89 atomic64_set(&peer->last_sent_handshake, ktime_get_coarse_boottime_ns()); in wg_packet_send_handshake_response()101 atomic64_set(&peer->last_sent_handshake, in wg_packet_send_handshake_response()
48 atomic64_t last_sent_handshake; member
55 wg_noise_reset_last_sent_handshake(&peer->last_sent_handshake); in wg_peer_create()
126 wg_noise_reset_last_sent_handshake(&peer->last_sent_handshake); in wg_stop()
184 wg_noise_reset_last_sent_handshake(&peer->last_sent_handshake); in wg_noise_expire_current_peer_keypairs()