Searched refs:now (Results 1 – 2 of 2) sorted by relevance
31 __u64 now; in _sockops() local52 now = bpf_ktime_get_ns(); in _sockops()53 if (now < *next_dump) in _sockops()60 *next_dump = now + INTERVAL; in _sockops()
62 ktime_t now; in ret_handler() local64 now = ktime_get(); in ret_handler()65 delta = ktime_to_ns(ktime_sub(now, data->entry_stamp)); in ret_handler()
Completed in 5 milliseconds