Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dpf_norm.c1853 struct mbuf *mexthdr; in pf_refragment6() local
1856 mexthdr = m_getptr(m, extoff + in pf_refragment6()
1858 ASSERT(mexthdr != NULL); in pf_refragment6()
1859 lexthdrsp = (mtod(mexthdr, uint8_t *) + off); in pf_refragment6()