Home
last modified time | relevance | path

Searched refs:DIOCGETQSTATS (Results 1 – 6 of 6) sorted by relevance

/openbsd/sbin/pfctl/
H A Dpfctl_queue.c141 if (ioctl(dev, DIOCGETQSTATS, &pqs) == -1) { in pfctl_update_qstats()
/openbsd/sys/net/
H A Dpf_ioctl.c1096 case DIOCGETQSTATS: in pfioctl()
1140 case DIOCGETQSTATS: in pfioctl()
1262 case DIOCGETQSTATS: { in pfioctl()
H A Dpfvar.h1568 #define DIOCGETQSTATS _IOWR('D', 96, struct pfioc_qstats) macro
/openbsd/usr.bin/systat/
H A Dpftop.c1544 if (ioctl(pf_dev, DIOCGETQSTATS, &pqs) == -1) { in pfctl_update_qstats()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1905 unsigned IOCTL_DIOCGETQSTATS = DIOCGETQSTATS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc800 _(DIOCGETQSTATS, READWRITE, struct_pfioc_qstats_sz);