Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/netpfil/pf/ioctl/
H A Dvalidation.c81 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
96 io.pfrio_buffer = NULL; in ATF_TC_BODY()
105 io.pfrio_buffer = &tbls; in ATF_TC_BODY()
132 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
147 io.pfrio_buffer = NULL; in ATF_TC_BODY()
175 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
253 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
268 io.pfrio_buffer = NULL; in ATF_TC_BODY()
298 io.pfrio_buffer = &tbl; in ATF_TC_BODY()
313 io.pfrio_buffer = NULL; in ATF_TC_BODY()
[all …]
/freebsd-14.2/sbin/pfctl/
H A Dpfctl_radix.c104 io.pfrio_buffer = tbl; in pfr_add_tables()
127 io.pfrio_buffer = tbl; in pfr_del_tables()
153 io.pfrio_buffer = tbl; in pfr_get_tables()
178 io.pfrio_buffer = tbl; in pfr_get_tstats()
279 io.pfrio_buffer = addr; in pfr_get_astats()
301 io.pfrio_buffer = tbl; in pfr_clr_tstats()
326 io.pfrio_buffer = addr; in pfr_tst_addrs()
351 io.pfrio_buffer = addr; in pfr_ina_define()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_ioctl.c4689 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
4721 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
4766 error = copyout(pfrts, io->pfrio_buffer, totlen); in pfioctl()
4833 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
4874 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl()
4920 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
4954 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
4992 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
5083 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
5117 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl()
[all …]
/freebsd-14.2/lib/libpfctl/
H A Dlibpfctl.c1527 io.pfrio_buffer = addr; in pfctl_table_add_addrs()
1550 io.pfrio_buffer = addr; in pfctl_table_del_addrs()
1573 io.pfrio_buffer = addr; in pfctl_table_set_addrs()
1602 io.pfrio_buffer = addr; in pfctl_table_get_addrs()
/freebsd-14.2/contrib/unbound/ipset/
H A Dipset.c116 io.pfrio_buffer = &addr; in add_to_ipset()
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1330 io.pfrio_buffer = t; in pft_refresh()
1396 io.pfrio_buffer = t; in pfa_table_addrs()
1465 io.pfrio_buffer = pt; in pfa_refresh()
/freebsd-14.2/contrib/pf/authpf/
H A Dauthpf.c851 io.pfrio_buffer = &addr; in change_table()
/freebsd-14.2/sys/net/
H A Dpfvar.h1912 void *pfrio_buffer; member