Searched refs:m_pulldown (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h295 * XXX we're now testing this, needs m_pulldown()
304 t = m_pulldown((m), (off), (len), &tmp); \
307 panic("m_pulldown malfunction"); \
322 t = m_pulldown((m), (off), (len), NULL); \
325 panic("m_pulldown malfunction"); \
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipcomp_input.c106 md = m_pulldown(m, off, sizeof(*ipcomp), NULL);
255 md = m_pulldown(m, off, sizeof(*ipcomp), NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf2.c129 m_pulldown(struct mbuf *m, int off, int len, int *offp) function
141 panic("m == NULL in m_pulldown()");
H A Dkpi_mbuf.c328 *location = m_pulldown(src, *offset, len, &new_offset);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmbuf.h532 struct mbuf *m_pulldown(struct mbuf*, int, int, int*);
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c2214 mpolicy = m_pulldown(n, PFKEY_ALIGN8(sizeof(struct sadb_msg)),
6309 n = m_pulldown(m, off, l, &o);
7884 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
7942 n = m_pulldown(m, off, extlen, &toff);

Completed in 131 milliseconds