Home
last modified time | relevance | path

Searched refs:pfctl_move_pool (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c302 pfctl_move_pool(&r->rdr, &por->por_rule.rdr); in pfctl_optimize_ruleset()
308 pfctl_move_pool(&r->nat, &por->por_rule.nat); in pfctl_optimize_ruleset()
314 pfctl_move_pool(&r->route, &por->por_rule.route); in pfctl_optimize_ruleset()
347 pfctl_move_pool(&por->por_rule.rdr, &r->rdr); in pfctl_optimize_ruleset()
349 pfctl_move_pool(&por->por_rule.nat, &r->nat); in pfctl_optimize_ruleset()
H A Dpfctl_parser.h290 void pfctl_move_pool(struct pfctl_pool *, struct pfctl_pool *);
H A Dpfctl.c1071 pfctl_move_pool(struct pfctl_pool *src, struct pfctl_pool *dst) in pfctl_move_pool() function
1867 pfctl_move_pool(&r->rdr, &rule->rdr); in pfctl_append_rule()
1869 pfctl_move_pool(&r->nat, &rule->nat); in pfctl_append_rule()
1871 pfctl_move_pool(&r->route, &rule->route); in pfctl_append_rule()