Home
last modified time | relevance | path

Searched refs:ktime_get_coarse_boottime_ns (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/net/wireguard/
Dratelimiter.c57 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()
Dsend.c29 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()
Dcookie.c23 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()
Dtimers.h28 <= (s64)ktime_get_coarse_boottime_ns(); in wg_birthdate_has_expired()
Dnoise.h103 atomic64_set(handshake_ns, ktime_get_coarse_boottime_ns() - in wg_noise_reset_last_sent_handshake()
Dnoise.c396 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()
Dreceive.c115 last_under_load = ktime_get_coarse_boottime_ns(); in wg_receive_handshake_packet()
/linux-6.1.9/include/linux/
Dtimekeeping.h134 static inline u64 ktime_get_coarse_boottime_ns(void) in ktime_get_coarse_boottime_ns() function
/linux-6.1.9/Documentation/core-api/
Dtimekeeping.rst108 u64 ktime_get_coarse_boottime_ns( void )