Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/
HDbpf-ipf.h83 struct bpf_stat { struct
125 #define BIOCGSTATS _IOR(B,111, struct bpf_stat)
141 #define BIOCGSTATS _IOR('B',111, struct bpf_stat)
/freebsd-11-stable/sys/net/
HDbpf.h73 struct bpf_stat { struct
128 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
HDbpf.c1594 struct bpf_stat *bs = (struct bpf_stat *)addr; in bpfioctl()
/freebsd-11-stable/contrib/netbsd-tests/net/bpfilter/
HDt_bpfilter.c222 struct bpf_stat bstat; in magic_ping_test()
/freebsd-11-stable/contrib/libpcap/
HDpcap-npf.c192 struct bpf_stat bstats; in pcap_stats_npf()
253 struct bpf_stat bstats; in pcap_stats_ex_npf()
HDpcap-bpf.c908 struct bpf_stat s; in pcap_stats_bpf()
/freebsd-11-stable/usr.sbin/usbdump/
HDusbdump.c816 struct bpf_stat us; in main()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp430 unsigned struct_bpf_stat_sz = sizeof(bpf_stat);