Home
last modified time | relevance | path

Searched refs:BPF_T_BINTIME (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dbpf.h170 #define BPF_T_BINTIME 0x0002 macro
186 #define BPF_T_BINTIME_FAST (BPF_T_BINTIME | BPF_T_FAST)
189 #define BPF_T_BINTIME_MONOTONIC (BPF_T_BINTIME | BPF_T_MONOTONIC)
192 #define BPF_T_BINTIME_MONOTONIC_FAST (BPF_T_BINTIME | BPF_T_MONOTONIC_FAST)
/f-stack/freebsd/net/
H A Dbpf.h171 #define BPF_T_BINTIME 0x0002 macro
187 #define BPF_T_BINTIME_FAST (BPF_T_BINTIME | BPF_T_FAST)
190 #define BPF_T_BINTIME_MONOTONIC (BPF_T_BINTIME | BPF_T_MONOTONIC)
193 #define BPF_T_BINTIME_MONOTONIC_FAST (BPF_T_BINTIME | BPF_T_MONOTONIC_FAST)
H A Dbpf.c2459 case BPF_T_BINTIME: in bpf_bintime2ts()