Home
last modified time | relevance | path

Searched refs:PF_TAG_REASSEMBLED (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf_pbuf.c97 (pbuf->pb_pftag->pftag_flags & PF_TAG_REASSEMBLED)); in pbuf_sync()
168 ((pftag->pftag_flags & PF_TAG_REASSEMBLED) != 0); in pbuf_to_mbuf()
H A Dpf_norm.c1471 pftag->pftag_flags |= PF_TAG_REASSEMBLED; in pf_reassemble6()
1848 pf_find_mtag(m)->pftag_flags &= ~PF_TAG_REASSEMBLED; in pf_refragment6()
H A Dpf.c11043 pftag->pftag_flags |= PF_TAG_REASSEMBLED; in pf_copy_fragment_tag()
11055 VERIFY((tag == NULL) || (pftag->pftag_flags & PF_TAG_REASSEMBLED)); in pf_find_fragment_tag()
11067 return (mtag->pftag_flags & PF_TAG_REASSEMBLED) ? in pf_find_fragment_tag_pbuf()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_forward.c121 ASSERT(pf_mtag->pftag_flags & PF_TAG_REASSEMBLED); in adjust_scope_and_pktlen()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h215 #define PF_TAG_REASSEMBLED 0x20 /* pkt reassembled by PF */ macro