Searched refs:SCTP_STREAM_RESET_RESULT_DENIED (Results 1 – 2 of 2) sorted by relevance
3464 } else if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3486 if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3514 } else if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3522 if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3572 } else if (action == SCTP_STREAM_RESET_RESULT_DENIED) { in sctp_handle_stream_reset_response()3610 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_in()3613 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_in()3621 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_in()3676 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_tsn()3748 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED; in sctp_handle_str_reset_request_out()[all …]
463 #define SCTP_STREAM_RESET_RESULT_DENIED 0x00000002 macro