Searched refs:allonebuf (Results 1 – 4 of 4) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_bsd_addr.c | 781 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) {
|
D | sctp_os_userspace.h | 1101 sctp_get_mbuf_for_msg(unsigned int space_needed, int want_header, int how, int allonebuf, int type);
|
/external/usrsctp/usrsctplib/ |
D | user_mbuf.c | 290 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()
|
D | user_mbuf.h | 58 struct mbuf * m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf);
|