Searched refs:pfrio_buffer (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/tests/sys/netpfil/pf/ioctl/ |
| D | validation.c | 83 io.pfrio_buffer = &tbl; in ATF_TC_BODY() 98 io.pfrio_buffer = NULL; in ATF_TC_BODY() 107 io.pfrio_buffer = &tbls; in ATF_TC_BODY() 134 io.pfrio_buffer = &tbl; in ATF_TC_BODY() 149 io.pfrio_buffer = NULL; in ATF_TC_BODY() 177 io.pfrio_buffer = &tbl; in ATF_TC_BODY() 215 io.pfrio_buffer = &stats; in ATF_TC_BODY() 255 io.pfrio_buffer = &tbl; in ATF_TC_BODY() 270 io.pfrio_buffer = NULL; in ATF_TC_BODY() 300 io.pfrio_buffer = &tbl; in ATF_TC_BODY() [all …]
|
| /freebsd-12-stable/sbin/pfctl/ |
| D | pfctl_radix.c | 89 io.pfrio_buffer = tbl; in pfr_add_tables() 110 io.pfrio_buffer = tbl; in pfr_del_tables() 134 io.pfrio_buffer = tbl; in pfr_get_tables() 157 io.pfrio_buffer = tbl; in pfr_get_tstats() 256 io.pfrio_buffer = addr; in pfr_get_astats() 276 io.pfrio_buffer = tbl; in pfr_clr_tstats() 299 io.pfrio_buffer = addr; in pfr_tst_addrs() 322 io.pfrio_buffer = addr; in pfr_ina_define()
|
| /freebsd-12-stable/sys/netpfil/pf/ |
| D | pf_ioctl.c | 3818 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl() 3850 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl() 3895 error = copyout(pfrts, io->pfrio_buffer, totlen); in pfioctl() 3935 error = copyout(pfrtstats, io->pfrio_buffer, totlen); in pfioctl() 3966 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl() 4007 error = copyin(io->pfrio_buffer, pfrts, totlen); in pfioctl() 4057 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl() 4068 error = copyout(pfras, io->pfrio_buffer, totlen); in pfioctl() 4095 error = copyin(io->pfrio_buffer, pfras, totlen); in pfioctl() 4106 error = copyout(pfras, io->pfrio_buffer, totlen); in pfioctl() [all …]
|
| /freebsd-12-stable/lib/libpfctl/ |
| D | libpfctl.c | 1127 io.pfrio_buffer = addr; in pfctl_table_add_addrs() 1150 io.pfrio_buffer = addr; in pfctl_table_del_addrs() 1173 io.pfrio_buffer = addr; in pfctl_table_set_addrs() 1202 io.pfrio_buffer = addr; in pfctl_table_get_addrs()
|
| /freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_pf/ |
| D | pf_snmp.c | 1331 io.pfrio_buffer = t; in pft_refresh() 1397 io.pfrio_buffer = t; in pfa_table_addrs() 1466 io.pfrio_buffer = pt; in pfa_refresh()
|
| /freebsd-12-stable/contrib/pf/authpf/ |
| D | authpf.c | 855 io.pfrio_buffer = &addr; in change_table()
|
| /freebsd-12-stable/sys/net/ |
| D | pfvar.h | 1631 void *pfrio_buffer; member
|