Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dpf_pbuf.c163 struct pf_mtag *pftag = m_pftag(m); in pbuf_to_mbuf() local
165 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()
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.c10979 struct pf_mtag *pftag = pf_find_mtag(m); in pf_copy_fragment_tag() local
10990 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() local
11003 VERIFY((tag == NULL) || (pftag->pftag_flags & PF_TAG_REASSEMBLED)); in pf_find_fragment_tag()