Searched refs:SCTP_MAX_STREAMS_AT_ONCE_RESET (Results 1 – 3 of 3) sorted by relevance
628 #define SCTP_MAX_STREAMS_AT_ONCE_RESET 200 macro
11667 if (number_entries > SCTP_MAX_STREAMS_AT_ONCE_RESET) { in sctp_add_stream_reset_out()11668 number_entries = SCTP_MAX_STREAMS_AT_ONCE_RESET; in sctp_add_stream_reset_out()
4666 if ((strrst->srs_number_streams > SCTP_MAX_STREAMS_AT_ONCE_RESET) && send_in) {