Home
last modified time | relevance | path

Searched refs:pfr_attach_table (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/dist/pf/net/
H A Dpf_if.c466 if ((dyn->pfid_kt = pfr_attach_table(ruleset, tblname)) == NULL) { in pfi_dynaddr_setup()
H A Dpfvar.h1693 pfr_attach_table(struct pf_ruleset *, char *);
H A Dpf_ioctl.c1538 if ((rule->overload_tbl = pfr_attach_table(ruleset, in pfioctl()
1790 if ((newrule->overload_tbl = pfr_attach_table( in pfioctl()
H A Dpf_table.c2088 pfr_attach_table(struct pf_ruleset *rs, char *name) in pfr_attach_table() function
H A Dpf.c1167 if ((aw->p.tbl = pfr_attach_table(rs, aw->v.tblname)) == NULL)