Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dpf_pbuf.c245 if ((n = m_split(m, off, M_DONTWAIT)) == NULL) { in pbuf_resize_segment()
H A Dnet_stubs.c379 STUB(m_split);
/xnu-8020.140.41/bsd/netinet6/
H A Dfrag6.c852 if ((t = m_split(m, offset, M_DONTWAIT)) == NULL) { in frag6_input()
H A Desp_input.c1449 n = m_split(m, off, M_DONTWAIT); in esp6_input_extended()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1331 extern struct mbuf *m_split(struct mbuf *, int, int);
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c463 *new_mbuf = m_split(src, (int)offset, how); in mbuf_split()
H A Duipc_mbuf.c5644 m_split(struct mbuf *m0, int len0, int wait) function
5712 n->m_next = m_split(m, len, wait);
/xnu-8020.140.41/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1239 struct mbuf *n = m_split(m, split, M_DONTWAIT); in nx_netif_rx_split()
/xnu-8020.140.41/bsd/netinet/
H A Dmptcp_subr.c2072 struct mbuf *new = m_split(m, dlen - dfin - off, M_DONTWAIT); in mptcp_adj_rmap()