Searched refs:SCTP_M_STRMI (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_bsd_addr.c58 MALLOC_DEFINE(SCTP_M_STRMI, "sctp_stri", "sctp stream in array");
H A Dsctp_os_userspace.h564 MALLOC_DECLARE(SCTP_M_STRMI); variable
H A Dsctp_input.c419 SCTP_FREE(asoc->strmin, SCTP_M_STRMI);
427 sizeof(struct sctp_stream_in), SCTP_M_STRMI);
4069 SCTP_M_STRMI);
4093 SCTP_FREE(oldstrm, SCTP_M_STRMI);
H A Dsctp_pcb.c5906 SCTP_FREE(asoc->strmin, SCTP_M_STRMI);

Completed in 2413 milliseconds