Closed edeNFed closed 1 year ago
This PR replaces invocations of bpf_ktime_get_boot_ns() with bpf_ktime_get_ns(). This allows supporting older versions of the linux kernel
bpf_ktime_get_boot_ns()
bpf_ktime_get_ns()
This PR replaces invocations of
bpf_ktime_get_boot_ns()
withbpf_ktime_get_ns()
. This allows supporting older versions of the linux kernel