Searched refs:pftag (Results 1 – 3 of 3) sorted by relevance
163 struct pf_mtag *pftag = m_pftag(m); in pbuf_to_mbuf() local165 ASSERT(pftag != NULL); in pbuf_to_mbuf()166 *pftag = *pbuf->pb_pftag; in pbuf_to_mbuf()168 ((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()
10979 struct pf_mtag *pftag = pf_find_mtag(m); in pf_copy_fragment_tag() local10990 pftag->pftag_flags |= PF_TAG_REASSEMBLED; in pf_copy_fragment_tag()10999 struct pf_mtag *pftag = pf_find_mtag(m); in pf_find_fragment_tag() local11003 VERIFY((tag == NULL) || (pftag->pftag_flags & PF_TAG_REASSEMBLED)); in pf_find_fragment_tag()