Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h108 struct mbuf * m_split(struct mbuf *, int, int);
Duser_mbuf.c1490 m_split(struct mbuf *m0, int len0, int wait) in m_split() function
1513 n->m_next = m_split(m, len, wait); in m_split()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_input.c2654 m_sig = m_split(m, sig_offset, M_NOWAIT);
Dsctputil.c8093 sp = m_split(m, off, M_NOWAIT);