m_split           852 kern/uipc_mbuf.c 			n->m_next = m_split(m, len, wait);
m_split           559 netbt/hci_link.c 			n = m_split(m, mlen, M_DONTWAIT);
m_split           383 netbt/rfcomm_dlc.c 				dlc->rd_txbuf = m_split(m, len, M_DONTWAIT);
m_split           570 netinet6/frag6.c 		if ((t = m_split(m, offset, M_DONTWAIT)) == NULL) {
m_split           477 sys/mbuf.h     struct	mbuf *m_split(struct mbuf *, int, int);