Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c291 struct mbuf *mb, *nm = NULL, *mtail = NULL; in m_getm2() local
346 if (mtail != NULL) in m_getm2()
347 mtail->m_next = mb; in m_getm2()
350 mtail = mb; in m_getm2()
354 mtail->m_flags |= M_EOR; /* Only valid on the last mbuf. */ in m_getm2()
359 for (mtail = m; mtail->m_next != NULL; mtail = mtail->m_next); in m_getm2()
360 mtail->m_next = nm; in m_getm2()
361 mtail->m_flags &= ~M_EOR; in m_getm2()