Home
last modified time | relevance | path

Searched refs:pftag (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dpf_pbuf.c160 struct pf_mtag *pftag = m_pftag(m); in pbuf_to_mbuf() local
162 ASSERT(pftag != NULL); in pbuf_to_mbuf()
163 *pftag = *pbuf->pb_pftag; in pbuf_to_mbuf()
165 ((pftag->pftag_flags & PF_TAG_REASSEMBLED) != 0); in pbuf_to_mbuf()
H A Dpf_norm.c1464 struct pf_mtag *pftag = pf_get_mtag(m); in pf_reassemble6() local
1465 ASSERT(pftag != NULL); in pf_reassemble6()
1466 pftag->pftag_flags |= PF_TAG_REASSEMBLED; in pf_reassemble6()
H A Dpf.c10849 struct pf_mtag *pftag = pf_find_mtag(m); in pf_copy_fragment_tag() local
10860 pftag->pftag_flags |= PF_TAG_REASSEMBLED; in pf_copy_fragment_tag()
10869 struct pf_mtag *pftag = pf_find_mtag(m); in pf_find_fragment_tag() local
10873 VERIFY((tag == NULL) || (pftag->pftag_flags & PF_TAG_REASSEMBLED)); in pf_find_fragment_tag()