Searched refs:match_rules (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netpfil/pf/ |
| H A D | pf.c | 763 SLIST_FOREACH(mrm, &s->match_rules, entry) { \ 779 SLIST_FOREACH(mrm, &s->match_rules, entry) \ 3224 pf_free_match_rules(struct pf_krule_slist *match_rules) { in pf_free_match_rules() argument 3227 while ((ri = SLIST_FIRST(match_rules))) { in pf_free_match_rules() 3228 SLIST_REMOVE_HEAD(match_rules, entry); in pf_free_match_rules() 3240 pf_free_match_rules(&(cur->match_rules)); in pf_free_state() 3282 SLIST_FOREACH(mrm, &s->match_rules, entry) in pf_purge_expired_states() 6303 if (SLIST_EMPTY(ctx->match_rules)) { in pf_match_rule() 6304 SLIST_INSERT_HEAD(ctx->match_rules, ri, entry); in pf_match_rule() 6340 pf_log_matches(pd, r, ctx->a, ruleset, ctx->match_rules); in pf_match_rule() [all …]
|
| /src/libexec/nuageinit/ |
| H A D | nuageinit | 334 local function match_rules(rules) 413 interfaces = match_rules(v.match)
|
| /src/sys/net/ |
| H A D | pfvar.h | 933 struct pf_krule_slist match_rules; member 1187 struct pf_krule_slist match_rules; member 1444 struct pf_krule_slist *match_rules; member
|