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

/freebsd-current/sbin/ipf/ipf/
H A Dbpf-ipf.h78 struct bpf_stat { struct
120 #define BIOCGSTATS _IOR(B,111, struct bpf_stat)
136 #define BIOCGSTATS _IOR('B',111, struct bpf_stat)
/freebsd-current/sys/net/
H A Dbpf.h75 struct bpf_stat { struct
130 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
H A Dbpf.c1704 struct bpf_stat *bs = (struct bpf_stat *)addr;
/freebsd-current/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c222 struct bpf_stat bstat;
/freebsd-current/contrib/libpcap/
H A Dpcap-npf.c208 struct bpf_stat bstats;
214 * WinPcap's "struct bpf_stat". It might currently have the
269 struct bpf_stat bstats;
277 * WinPcap's "struct bpf_stat". It might currently have the
H A Dpcap-bpf.c1033 struct bpf_stat s;
/freebsd-current/usr.sbin/usbdump/
H A Dusbdump.c817 struct bpf_stat us;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp715 unsigned struct_bpf_stat_sz = sizeof(bpf_stat);

Completed in 194 milliseconds