Searched refs:tstype (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dbpf.c1990 bpf_ts_quality(int tstype) argument
1993 if (tstype == BPF_T_NONE)
1995 if ((tstype & BPF_T_FAST) != 0)
2002 bpf_gettime(struct bintime *bt, int tstype, struct mbuf *m) argument
2007 quality = bpf_ts_quality(tstype);
2242 bpf_bintime2ts(struct bintime *bt, struct bpf_ts *ts, int tstype) argument
2248 if ((tstype & BPF_T_MONOTONIC) == 0) {
2253 switch (BPF_T_FORMAT(tstype)) {
2293 int tstype; local
2364 tstype
[all...]

Completed in 86 milliseconds