Searched refs:pfrio_buffer (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/dist/pf/sbin/pfctl/ |
| H A D | pfctl_radix.c | 85 io.pfrio_buffer = tbl; in pfr_add_tables() 106 io.pfrio_buffer = tbl; in pfr_del_tables() 130 io.pfrio_buffer = tbl; in pfr_get_tables() 153 io.pfrio_buffer = tbl; in pfr_get_tstats() 194 io.pfrio_buffer = addr; in pfr_add_addrs() 217 io.pfrio_buffer = addr; in pfr_del_addrs() 240 io.pfrio_buffer = addr; in pfr_set_addrs() 271 io.pfrio_buffer = addr; in pfr_get_addrs() 294 io.pfrio_buffer = addr; in pfr_get_astats() 316 io.pfrio_buffer = addr; in pfr_clr_astats() [all …]
|
| /netbsd-src/sys/dist/pf/net/ |
| H A D | pf_ioctl.c | 2662 error = pfr_add_tables(io->pfrio_buffer, io->pfrio_size, in pfioctl() 2674 error = pfr_del_tables(io->pfrio_buffer, io->pfrio_size, in pfioctl() 2686 error = pfr_get_tables(&io->pfrio_table, io->pfrio_buffer, in pfioctl() 2698 error = pfr_get_tstats(&io->pfrio_table, io->pfrio_buffer, in pfioctl() 2710 error = pfr_clr_tstats(io->pfrio_buffer, io->pfrio_size, in pfioctl() 2722 error = pfr_set_tflags(io->pfrio_buffer, io->pfrio_size, in pfioctl() 2747 error = pfr_add_addrs(&io->pfrio_table, io->pfrio_buffer, in pfioctl() 2760 error = pfr_del_addrs(&io->pfrio_table, io->pfrio_buffer, in pfioctl() 2773 error = pfr_set_addrs(&io->pfrio_table, io->pfrio_buffer, in pfioctl() 2787 error = pfr_get_addrs(&io->pfrio_table, io->pfrio_buffer, in pfioctl() [all …]
|
| H A D | pfvar.h | 1473 void *pfrio_buffer; member
|
| /netbsd-src/dist/pf/usr.sbin/authpf/ |
| H A D | authpf.c | 744 io.pfrio_buffer = &addr; in change_table()
|