Home
last modified time | relevance | path

Searched refs:match_rules (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf.c476 SLIST_FOREACH(mrm, &s->match_rules, entry) { \
490 SLIST_FOREACH(mrm, &s->match_rules, entry) \
2644 while ((ri = SLIST_FIRST(&cur->match_rules))) { in pf_free_state()
2645 SLIST_REMOVE_HEAD(&cur->match_rules, entry); in pf_free_state()
2690 SLIST_FOREACH(mrm, &s->match_rules, entry) in pf_purge_expired_states()
4881 struct pf_krule_slist match_rules; in pf_test_rule() local
4900 SLIST_INIT(&match_rules); in pf_test_rule()
5225 SLIST_INSERT_HEAD(&match_rules, ri, entry); in pf_test_rule()
5295 &match_rules, udp_mapping); in pf_test_rule()
5306 while ((ri = SLIST_FIRST(&match_rules))) { in pf_test_rule()
[all …]
/freebsd/sys/net/
H A Dpfvar.h886 struct pf_krule_slist match_rules; member
1086 struct pf_krule_slist match_rules; member