Searched refs:pf_tag_packet (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 2034 pf_tag_packet(struct mbuf *m, int tag, int rtableid) function 2594 if (pf_tag_packet(m, tag, rtableid)) 3473 if (pf_tag_packet(m, tag, rtableid)) { 3807 if (pf_tag_packet(m, tag, -1)) { 5927 pf_tag_packet(m, s ? s->tag : 0, r->rtableid); 6354 pf_tag_packet(m, s ? s->tag : 0, r->rtableid);
|
H A D | pfvar.h | 1752 int pf_tag_packet(struct mbuf *, int, int);
|