Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
HDpfctl.h54 int pfr_del_tables(struct pfr_table *, int, int *, int);
HDpfctl_radix.c95 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) in pfr_del_tables() function
HDpfctl_table.c190 RVTEST(pfr_del_tables(&table, 1, &ndel, flags)); in pfctl_table()
/dragonfly/sys/net/pf/
HDpfvar.h1886 int pfr_del_tables(struct pfr_table *, int, int *, int);
HDpf_table.c1233 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) in pfr_del_tables() function
HDpf_ioctl.c2425 error = pfr_del_tables(io->pfrio_buffer, io->pfrio_size, in pfioctl()