HomeSort by: relevance | last modified time | path
    Searched refs:pfr_attach_table (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dist/pf/net/
pf_if.c 466 if ((dyn->pfid_kt = pfr_attach_table(ruleset, tblname)) == NULL) {
pfvar.h 1693 pfr_attach_table(struct pf_ruleset *, char *);
pf_ioctl.c 1538 if ((rule->overload_tbl = pfr_attach_table(ruleset,
1790 if ((newrule->overload_tbl = pfr_attach_table(
pf_table.c 2088 pfr_attach_table(struct pf_ruleset *rs, char *name) function in typeref:struct:pfr_ktable *
pf.c 1167 if ((aw->p.tbl = pfr_attach_table(rs, aw->v.tblname)) == NULL)

Completed in 109 milliseconds