Searched refs:allonebuf (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_bsd_addr.c | 775 int how, int allonebuf, int type) argument 780 m = m_getm2(NULL, space_needed, how, type, want_header ? M_PKTHDR : 0, allonebuf); 789 if (allonebuf) { 816 if (allonebuf == 0) { 833 if (allonebuf != 0 && size < space_needed) {
|
D | sctp_os_userspace.h | 1061 sctp_get_mbuf_for_msg(unsigned int space_needed, int want_header, int how, int allonebuf, int type);
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.c | 289 m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf) in m_getm2() argument 304 if (allonebuf == 0) in m_getm2() 311 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2() 339 if (allonebuf != 0 && size < space_needed) { in m_getm2()
|
D | user_mbuf.h | 58 struct mbuf * m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf);
|