Lines Matching refs:ruleset

1412 	 * If the ruleset checksums match or the state is coming from the ioctl,
3830 * Fails when rtable is changed while evaluating the ruleset
4092 pf_match_rule(struct pf_test_ctx *ctx, struct pf_ruleset *ruleset)
4100 r = TAILQ_FIRST(ruleset->rules.active.ptr);
4282 ctx->a, ruleset, NULL);
4291 * anchor, with ruleset, where r belongs to
4295 * ruleset where r belongs to
4297 *ctx->rsm = ruleset;
4299 * ruleset, where anchor belongs to.
4306 pf_log_matches(ctx->pd, r, ctx->a, ruleset,
4313 ctx->aruleset = &r->anchor->ruleset;
4317 if (pf_anchor_stack_push(ruleset,
4323 ruleset = &child->ruleset;
4329 if (pf_anchor_stack_push(ruleset, ctx->a,
4334 ruleset = &r->anchor->ruleset;
4344 if (pf_anchor_stack_pop(&ruleset, &ctx->a, &r, &child,
4370 struct pf_ruleset *ruleset = NULL;
4426 ruleset = &pf_main_ruleset;
4427 rv = pf_match_rule(&ctx, ruleset);
4437 ruleset = *ctx.rsm;/* ruleset of the anchor defined by the rule 'a' */
4438 ctx.aruleset = ctx.arsm;/* ruleset of the 'a' rule itself */
4452 pflog_packet(pd, ctx.reason, r, a, ruleset, NULL);
4454 pf_log_matches(pd, r, a, ruleset, &ctx.rules);
7551 struct pf_ruleset *ruleset = NULL;
7658 action = pf_test_rule(&pd, &r, &st, &a, &ruleset, &reason);
7689 action = pf_test_rule(&pd, &r, &st, &a, &ruleset,
7721 action = pf_test_rule(&pd, &r, &st, &a, &ruleset,
7805 action = pf_test_rule(&pd, &r, &st, &a, &ruleset,
7826 * we've collected above ('r', 'anchor' and 'ruleset'). They'll have
7927 pflog_packet(&pd, reason, r, a, ruleset, NULL);
7932 ruleset, NULL);
8179 struct pf_ruleset *ruleset, struct pf_rule_slist *matchrules)
8189 pflog_packet(pd, PFRES_MATCH, rm, am, ruleset, ri->r);