Searched refs:tstype (Results 1 – 1 of 1) sorted by relevance
2261 bpf_ts_quality(int tstype) in bpf_ts_quality() argument2264 if (tstype == BPF_T_NONE) in bpf_ts_quality()2266 if ((tstype & BPF_T_FAST) != 0) in bpf_ts_quality()2273 bpf_gettime(struct bintime *bt, int tstype, struct mbuf *m) in bpf_gettime() argument2279 quality = bpf_ts_quality(tstype); in bpf_gettime()2535 bpf_bintime2ts(struct bintime *bt, struct bpf_ts *ts, int tstype) in bpf_bintime2ts() argument2541 if ((tstype & BPF_T_MONOTONIC) == 0) { in bpf_bintime2ts()2547 switch (BPF_T_FORMAT(tstype)) { in bpf_bintime2ts()2588 int tstype; in catchpacket() local2671 tstype = d->bd_tstamp; in catchpacket()[all …]