Searched refs:SCTP_MAX_STREAMS_AT_ONCE_RESET (Results 1 – 3 of 3) sorted by relevance
650 #define SCTP_MAX_STREAMS_AT_ONCE_RESET 200 macro
11779 if (number_entries > SCTP_MAX_STREAMS_AT_ONCE_RESET) { in sctp_add_stream_reset_out()11780 number_entries = SCTP_MAX_STREAMS_AT_ONCE_RESET; in sctp_add_stream_reset_out()
4655 if ((strrst->srs_number_streams > SCTP_MAX_STREAMS_AT_ONCE_RESET) && send_in) {