Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dpf.c2487 pf_tag_packet(struct mbuf *m, int tag, int rtableid) in pf_tag_packet() function
3148 if (pf_tag_packet(m, tag, rtableid)) in pf_match_translation()
4068 if (pf_tag_packet(m, tag, rtableid)) { in pf_test_rule()
4409 if (pf_tag_packet(m, tag, -1)) { in pf_test_fragment()
6721 pf_tag_packet(m, s ? s->tag : 0, r->rtableid); in pf_test()
7124 pf_tag_packet(m, s ? s->tag : 0, r->rtableid); in pf_test6()
H A Dpfvar.h1943 int pf_tag_packet(struct mbuf *, int, int);