Home
last modified time | relevance | path

Searched refs:BPF_T_NANOTIME (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/net/
HDbpf.h164 #define BPF_T_NANOTIME 0x0001 macro
180 #define BPF_T_NANOTIME_FAST (BPF_T_NANOTIME | BPF_T_FAST)
183 #define BPF_T_NANOTIME_MONOTONIC (BPF_T_NANOTIME | BPF_T_MONOTONIC)
186 #define BPF_T_NANOTIME_MONOTONIC_FAST (BPF_T_NANOTIME | BPF_T_MONOTONIC_FAST)
HDbpf.c2355 case BPF_T_NANOTIME: in bpf_bintime2ts()