Searched refs:pftag (Results 1 – 3 of 3) sorted by relevance
160 struct pf_mtag *pftag = m_pftag(m); in pbuf_to_mbuf() local162 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()
1464 struct pf_mtag *pftag = pf_get_mtag(m); in pf_reassemble6() local1465 ASSERT(pftag != NULL); in pf_reassemble6()1466 pftag->pftag_flags |= PF_TAG_REASSEMBLED; in pf_reassemble6()
10849 struct pf_mtag *pftag = pf_find_mtag(m); in pf_copy_fragment_tag() local10860 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() local10873 VERIFY((tag == NULL) || (pftag->pftag_flags & PF_TAG_REASSEMBLED)); in pf_find_fragment_tag()