Searched refs:m_split (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | net_stubs.c | 392 STUB(m_split);
|
| H A D | pf_pbuf.c | 257 if ((n = m_split(m, off, M_DONTWAIT)) == NULL) { in pbuf_resize_segment()
|
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | frag6.c | 874 if ((t = m_split(m, offset, M_DONTWAIT)) == NULL) { in frag6_input()
|
| H A D | esp_input.c | 1468 n = m_split(m, off, M_DONTWAIT); in esp6_input_extended()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | mbuf.h | 1499 extern struct mbuf *m_split(struct mbuf *, int, int);
|
| /xnu-12377.1.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_compat.c | 1244 struct mbuf *n = m_split(m, split, M_DONTWAIT); in nx_netif_rx_split()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kpi_mbuf.c | 487 *new_mbuf = m_split(src, (int)offset, how); in mbuf_split()
|
| H A D | uipc_mbuf.c | 3605 m_split(struct mbuf *m0, int len0, int wait) in m_split() function 3673 n->m_next = m_split(m, len, wait); in m_split0()
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | mptcp_subr.c | 1952 struct mbuf *new = m_split(m, dlen - dfin - off, M_DONTWAIT); in mptcp_adj_rmap()
|