Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dpfvar.h1938 int pf_match_tag(struct mbuf *, struct pf_rule *, int *);
H A Dpf_norm.c896 else if (r->match_tag && !pf_match_tag(m, r, &tag)) in pf_normalize_ip()
H A Dpf.c2477 pf_match_tag(struct mbuf *m, struct pf_rule *r, int *tag) in pf_match_tag() function
3127 else if (r->match_tag && !pf_match_tag(m, r, &tag)) in pf_match_translation()
3961 else if (r->match_tag && !pf_match_tag(m, r, &tag)) in pf_test_rule()
4377 else if (r->match_tag && !pf_match_tag(m, r, &tag)) in pf_test_fragment()