Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c781 int how, int allonebuf, int type) argument
786 m = m_getm2(NULL, space_needed, how, type, want_header ? M_PKTHDR : 0, allonebuf);
795 if (allonebuf) {
822 if (allonebuf == 0) {
839 if (allonebuf != 0 && size < space_needed) {
Dsctp_os_userspace.h1101 sctp_get_mbuf_for_msg(unsigned int space_needed, int want_header, int how, int allonebuf, int type);
/external/usrsctp/usrsctplib/
Duser_mbuf.c290 m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf) in m_getm2() argument
305 if (allonebuf == 0) in m_getm2()
312 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
340 if (allonebuf != 0 && size < space_needed) { in m_getm2()
Duser_mbuf.h58 struct mbuf * m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf);