Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbpf.h173 #define BPF_T_MONOTONIC 0x0200 macro
174 #define BPF_T_MONOTONIC_FAST (BPF_T_FAST | BPF_T_MONOTONIC)
185 #define BPF_T_MICROTIME_MONOTONIC (BPF_T_MICROTIME | BPF_T_MONOTONIC)
186 #define BPF_T_NANOTIME_MONOTONIC (BPF_T_NANOTIME | BPF_T_MONOTONIC)
187 #define BPF_T_BINTIME_MONOTONIC (BPF_T_BINTIME | BPF_T_MONOTONIC)
H A Dbpf.c2531 if ((tstype & BPF_T_MONOTONIC) == 0) { in bpf_bintime2ts()