Home
last modified time | relevance | path

Searched refs:pfr_del_tables (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/pfctl/
H A Dpfctl.h54 int pfr_del_tables(struct pfr_table *, int, int *, int);
H A Dpfctl_radix.c95 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) in pfr_del_tables() function
H A Dpfctl_table.c190 RVTEST(pfr_del_tables(&table, 1, &ndel, flags)); in pfctl_table()
/dragonfly/sys/net/pf/
H A Dpfvar.h1886 int pfr_del_tables(struct pfr_table *, int, int *, int);
H A Dpf_table.c1233 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) in pfr_del_tables() function
H A Dpf_ioctl.c2425 error = pfr_del_tables(io->pfrio_buffer, io->pfrio_size, in pfioctl()