Searched refs:ktime_get_coarse_boottime_ns (Results 1 – 9 of 9) sorted by relevance
57 const u64 now = ktime_get_coarse_boottime_ns(); in wg_ratelimiter_gc_entries()121 now = ktime_get_coarse_boottime_ns(); in wg_ratelimiter_allow()146 entry->last_time_ns = ktime_get_coarse_boottime_ns(); in wg_ratelimiter_allow()
29 atomic64_set(&peer->last_sent_handshake, ktime_get_coarse_boottime_ns()); in wg_packet_send_handshake_initiation()39 ktime_get_coarse_boottime_ns()); in wg_packet_send_handshake_initiation()89 atomic64_set(&peer->last_sent_handshake, ktime_get_coarse_boottime_ns()); in wg_packet_send_handshake_response()102 ktime_get_coarse_boottime_ns()); in wg_packet_send_handshake_response()
23 checker->secret_birthdate = ktime_get_coarse_boottime_ns(); in wg_cookie_checker_init()99 checker->secret_birthdate = ktime_get_coarse_boottime_ns(); in make_cookie()225 peer->latest_cookie.birthdate = ktime_get_coarse_boottime_ns(); in wg_cookie_message_consume()
28 <= (s64)ktime_get_coarse_boottime_ns(); in wg_birthdate_has_expired()
103 atomic64_set(handshake_ns, ktime_get_coarse_boottime_ns() - in wg_noise_reset_last_sent_handshake()
396 u64 birthdate = ktime_get_coarse_boottime_ns(); in derive_keys()637 (s64)ktime_get_coarse_boottime_ns(); in wg_noise_handshake_consume_initiation()650 initiation_consumption = ktime_get_coarse_boottime_ns(); in wg_noise_handshake_consume_initiation()
115 last_under_load = ktime_get_coarse_boottime_ns(); in wg_receive_handshake_packet()
141 static inline u64 ktime_get_coarse_boottime_ns(void) in ktime_get_coarse_boottime_ns() function
108 u64 ktime_get_coarse_boottime_ns( void )