Searched refs:m_split (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.h | 108 struct mbuf * m_split(struct mbuf *, int, int);
|
D | user_mbuf.c | 1490 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/ |
D | sctp_input.c | 2654 m_sig = m_split(m, sig_offset, M_NOWAIT);
|
D | sctputil.c | 8093 sp = m_split(m, off, M_NOWAIT);
|