Searched defs:m_new (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/ |
H A D | uipc_mbuf.c | 1685 struct mbuf *m_new = NULL, *m_final = NULL; local 1721 m_new = m_final; 1728 if (m_new == NULL) { 1731 m_new = m_getcl(how, MT_DATA, 0); 1733 m_new = m_getcl(pData, how, MT_DATA, 0); 1737 m_new = m_get(how, MT_DATA); 1739 m_new = m_get(pData, how, MT_DATA); 1741 if (m_new == NULL) 1745 m_copydata(m0, progress, length, mtod(m_new, caddr_t)); 1747 m_new 1907 struct mbuf *m_new = NULL, *m_final = NULL; local [all...] |
Completed in 290 milliseconds