Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dmbuf.h696 #define PACKET_TAG_PF_DIVERT 0x0200 /* pf(4) diverted packet */ macro
/dragonfly/sys/net/pf/
H A Dpf.c6484 if ((mtag = m_tag_find(m, PACKET_TAG_PF_DIVERT, NULL)) == NULL) in pf_find_divert()
6495 if ((mtag = m_tag_find(m, PACKET_TAG_PF_DIVERT, NULL)) == NULL) { in pf_get_divert()
6496 mtag = m_tag_get(PACKET_TAG_PF_DIVERT, sizeof(struct pf_divert), in pf_get_divert()