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

/freebsd-10.1-release/sys/net/
H A Dbpf.h166 #define BPF_T_NONE 0x0003 macro
176 ((t) == BPF_T_NONE || (BPF_T_FORMAT(t) != BPF_T_NONE && \
H A Dbpf.c1991 if (tstype == BPF_T_NONE)
2218 if (d->bd_tstamp == BPF_T_NONE ||
2363 do_timestamp = tstype != BPF_T_NONE;
2365 if (tstype == BPF_T_NONE || BPF_T_FORMAT(tstype) == BPF_T_MICROTIME) {

Completed in 119 milliseconds