Searched refs:pf_match_tag (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_lb.c | 180 else if (r->match_tag && !pf_match_tag(m, r, &tag, in pf_match_translation()
|
| H A D | pf_norm.c | 1055 else if (r->match_tag && !pf_match_tag(m, r, &tag, in pf_normalize_ip()
|
| H A D | pf.c | 2905 pf_match_tag(struct mbuf *m, struct pf_krule *r, int *tag, int mtag) in pf_match_tag() function 3594 else if (r->match_tag && !pf_match_tag(m, r, &tag, in pf_test_rule() 4015 else if (r->match_tag && !pf_match_tag(m, r, &tag, in pf_test_fragment()
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 1607 int pf_match_tag(struct mbuf *, struct pf_krule *, int *, int);
|