Searched refs:SCTP_STREAM_RESET_RESULT_DENIED (Results 1 – 2 of 2) sorted by relevance
3508 } else if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3530 if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3558 } else if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3568 if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3620 } else if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3660 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_in()3663 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_in()3726 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_tsn()3798 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_out()3800 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_out()[all …]
465 #define SCTP_STREAM_RESET_RESULT_DENIED 0x00000002 macro