Searched refs:pf_find_or_create_ruleset (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sbin/pfctl/
H A Dpfctl.h139 struct pfctl_ruleset *pf_find_or_create_ruleset(const char *);
H A Dpf_ruleset.c174 pf_find_or_create_ruleset(const char *path) function
231 printf("pf_find_or_create_ruleset: RB_INSERT1 "
242 printf("pf_find_or_create_ruleset: "
337 ruleset = pf_find_or_create_ruleset(path);
H A Dpfctl_optimize.c920 rs = pf_find_or_create_ruleset(pr.anchor_call);
H A Dparse.y799 rs = pf_find_or_create_ruleset(ta);
801 err(1, "pfa_anchor: pf_find_or_create_ruleset");

Completed in 129 milliseconds