HomeSort by: relevance | last modified time | path
    Searched defs:pf_match_tag (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
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))
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))

Completed in 109 milliseconds