Searched refs:m_split (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Read.c117 /* m_split returns the tail */
118 if (!(tmp = (gbuf_t *)m_split(mp, cnt, M_DONTWAIT))) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_input.c549 n = m_split(m, off, M_DONTWAIT);
551 /* m is retained by m_split */
980 n = m_split(m, off, M_DONTWAIT);
982 /* m is retained by m_split */
H A Dfrag6.c583 if ((t = m_split(m, offset, M_DONTWAIT)) == NULL) {
H A Desp_input.c1089 n = m_split(m, off, M_DONTWAIT);
1091 /* m is retained by m_split */
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c330 *new_mbuf = m_split(src, offset, how);
H A Duipc_mbuf.c4858 m_split(struct mbuf *m0, int len0, int wait) function
4886 n->m_next = m_split(m, len, wait);
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c1022 n = m_split(*pkt, offs, M_DONTWAIT);
1024 /* *pkt is retained by m_split */
H A Dif_bridge.c3343 m_ip = m_split(m, ETHER_HDR_LEN, M_NOWAIT);
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h884 extern struct mbuf *m_split(struct mbuf *, int, int);

Completed in 102 milliseconds