Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/ipf/
HDbpf-ipf.h82 struct bpf_stat { struct
124 #define BIOCGSTATS _IOR(B,111, struct bpf_stat)
140 #define BIOCGSTATS _IOR('B',111, struct bpf_stat)
/freebsd-13-stable/sys/net/
HDbpf.h77 struct bpf_stat { struct
132 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
HDbpf.c1704 struct bpf_stat *bs = (struct bpf_stat *)addr; in bpfioctl()
/freebsd-13-stable/contrib/netbsd-tests/net/bpfilter/
HDt_bpfilter.c222 struct bpf_stat bstat; in magic_ping_test()
/freebsd-13-stable/contrib/libpcap/
HDpcap-npf.c248 struct bpf_stat bstats; in pcap_stats_npf()
309 struct bpf_stat bstats; in pcap_stats_ex_npf()
HDpcap-bpf.c1146 struct bpf_stat s; in pcap_stats_bpf()
/freebsd-13-stable/usr.sbin/usbdump/
HDusbdump.c817 struct bpf_stat us; in main()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp715 unsigned struct_bpf_stat_sz = sizeof(bpf_stat);