Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
A 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()
A 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()
A 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()
A Dtimers.h28 <= (s64)ktime_get_coarse_boottime_ns(); in wg_birthdate_has_expired()
A Dnoise.h103 atomic64_set(handshake_ns, ktime_get_coarse_boottime_ns() - in wg_noise_reset_last_sent_handshake()
A Dnoise.c363 u64 birthdate = ktime_get_coarse_boottime_ns(); in derive_keys()
604 (s64)ktime_get_coarse_boottime_ns(); in wg_noise_handshake_consume_initiation()
617 initiation_consumption = ktime_get_coarse_boottime_ns(); in wg_noise_handshake_consume_initiation()
A Dreceive.c122 last_under_load = ktime_get_coarse_boottime_ns(); in wg_receive_handshake_packet()
/linux/include/linux/
A Dtimekeeping.h134 static inline u64 ktime_get_coarse_boottime_ns(void) in ktime_get_coarse_boottime_ns() function
/linux/Documentation/core-api/
A Dtimekeeping.rst108 u64 ktime_get_coarse_boottime_ns( void )

Completed in 13 milliseconds