pf.c | 211 int pf_match_tag(struct mbuf *, struct pf_rule *, int *); 2014 pf_match_tag(struct mbuf *m, struct pf_rule *r, int *tag) function in typeref:typename:int 2573 else if (r->match_tag && !pf_match_tag(m, r, &tag)) 3313 else if (r->match_tag && !pf_match_tag(m, r, &tag)) 3775 else if (r->match_tag && !pf_match_tag(m, r, &tag))
|