Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c780 m = m_getm2(NULL, space_needed, how, type, want_header ? M_PKTHDR : 0, allonebuf);
782 m = m_getm2(NULL, space_needed, how, type, want_header ? M_PKTHDR : 0);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h58 struct mbuf * m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf);
Duser_mbuf.c289 m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf) in m_getm2() function
398 m = m_getm2(NULL, (int)max(total + align, 1), how, MT_DATA, flags, 0); in m_uiotombuf()