Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dmbuf.h1554 __private_extern__ struct mbuf *m_defrag_offset(struct mbuf *, u_int32_t, int);
/xnu-10002.1.13/bsd/netinet6/
H A Dip6_input.c318 _n = m_defrag_offset(_m, max_linkhdr, M_NOWAIT); \
/xnu-10002.1.13/bsd/netinet/
H A Dip_input.c415 _n = m_defrag_offset(_m, max_linkhdr, M_NOWAIT); \
/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c7657 m_defrag_offset(struct mbuf *m0, u_int32_t off, int how) function
7740 return m_defrag_offset(m0, 0, how);