Searched refs:pfr_clr_tables (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_table.c | 1176 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables() function
|
H A D | pf_nl.c | 1815 error = pfr_clr_tables(&attrs.pfrio_table, &ndel, attrs.pfrio_flags | PFR_FLAG_USERIOCTL); in pf_handle_clear_tables()
|
H A D | pf_ioctl.c | 4717 error = pfr_clr_tables(&io->pfrio_table, &io->pfrio_ndel, in pfioctl() 6074 error = pfr_clr_tables(&io.pfrio_table, &io.pfrio_ndel, in pf_clear_tables()
|
/freebsd/sys/net/ |
H A D | pfvar.h | 2478 int pfr_clr_tables(struct pfr_table *, int *, int);
|