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

  /src/sys/dist/pf/net/
pf.c 2034 pf_tag_packet(struct mbuf *m, int tag, int rtableid) function in typeref:typename:int
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);
pf.c 2034 pf_tag_packet(struct mbuf *m, int tag, int rtableid) function in typeref:typename:int
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);

Completed in 28 milliseconds