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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_input.c107 md = m_pulldown(m, off, sizeof(*ipcomp), NULL);
264 md = m_pulldown(m, off, sizeof(*ipcomp), NULL);
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h530 t = m_pulldown((m), (off), (len), &tmp); \
533 panic("m_pulldown malfunction"); \
549 t = m_pulldown((m), (off), (len), NULL); \
552 panic("m_pulldown malfunction"); \
1032 __private_extern__ struct mbuf *m_pulldown(struct mbuf *, int, int, int *);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c130 m_pulldown(struct mbuf *m, int off, int len, int *offp) function
142 panic("m == NULL in m_pulldown()");
H A Dkpi_mbuf.c347 *location = m_pulldown(src, *offset, len, &new_offset);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c2321 mpolicy = m_pulldown(n, PFKEY_ALIGN8(sizeof(struct sadb_msg)),
7000 n = m_pulldown(m, off, l, &o);
8580 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
8640 n = m_pulldown(m, off, extlen, &toff);

Completed in 44 milliseconds