Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h1036 t = m_pulldown((m), (off), (len), &tmp); \
1055 t = m_pulldown((m), (off), (len), NULL); \
1700 __private_extern__ struct mbuf *m_pulldown(struct mbuf *, int, int, int *);
/xnu-12377.1.9/bsd/net/
H A Dpf_pbuf.c351 n = m_pulldown(pbuf->pb_mbuf, off, len, &moff); in pbuf_contig_segment()
/xnu-12377.1.9/bsd/netinet6/
H A Dicmp6.c2296 if ((m_ip6hdr = m_pulldown(m, 0, (int)l, NULL)) == NULL) { in icmp6_reflect()
2305 if ((m_ip6hdr = m_pulldown(m, 0, (int)l, NULL)) == NULL) { in icmp6_reflect()
/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf2.c165 m_pulldown(struct mbuf *m, int off, int len, int *offp) in m_pulldown() function
H A Dkpi_mbuf.c506 *location = m_pulldown(src, (int)*offset, (int)len, &new_offset); in mbuf_pulldown()
/xnu-12377.1.9/bsd/netkey/
H A Dkey.c2711 mpolicy = m_pulldown(n, PFKEY_ALIGN8(sizeof(struct sadb_msg)), in key_spdadd()
7968 n = m_pulldown(m, off, l, &o); in key_getcomb_esp()
9651 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff); in key_align()
9732 n = m_pulldown(m, off, extlen, &toff); in key_align()