Searched refs:m_uiotombuf (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.h | 59 struct mbuf *m_uiotombuf(struct uio *uio, int how, int len, int align, int flags);
|
D | user_mbuf.c | 373 m_uiotombuf(struct uio *uio, int how, int len, int align, int flags) in m_uiotombuf() function
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 13089 m = m_uiotombuf(uio, M_WAITOK, max_send_len, 0, 13170 sp->data = m_uiotombuf(uio, M_WAITOK, sp->length,
|