Searched refs:SCTP_STREAM_RESET_RESULT_PERFORMED (Results 1 – 3 of 3) sorted by relevance
464 #define SCTP_STREAM_RESET_RESULT_PERFORMED 0x00000001 macro
3505 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()3533 } else if (action != SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()3549 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()3571 } else if (action != SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()3592 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()3688 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_request_in()3753 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_request_tsn()3804 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_request_out()3918 stcb->asoc.last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_add_strm()3970 stcb->asoc.last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_add_out_strm()[all …]
2315 sctp_send_deferred_reset_response(stcb, liste, SCTP_STREAM_RESET_RESULT_PERFORMED); in sctp_process_a_data_chunk()