Searched refs:pfr_clr_tables (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pfctl.h | 54 int pfr_clr_tables(struct pfr_table *, int *, int);
|
H A D | pfctl_radix.c | 59 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables() function
|
H A D | pfctl_table.c | 158 RVTEST(pfr_clr_tables(&table, &ndel, flags)); in pfctl_table()
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pfvar.h | 1695 int pfr_clr_tables(struct pfr_table *, int *, int);
|
H A D | pf_ioctl.c | 417 pfr_clr_tables(&pt.pfrio_table, &pt.pfrio_ndel, pt.pfrio_flags); in pfdetach() 2650 error = pfr_clr_tables(&io->pfrio_table, &io->pfrio_ndel, in pfioctl()
|
H A D | pf_table.c | 1151 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables() function
|