Home
last modified time | relevance | path

Searched refs:SCTP_STREAM_RESET_RESULT_PERFORMED (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_header.h464 #define SCTP_STREAM_RESET_RESULT_PERFORMED 0x00000001 macro
H A Dsctp_input.c3505 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 …]
H A Dsctp_indata.c2315 sctp_send_deferred_reset_response(stcb, liste, SCTP_STREAM_RESET_RESULT_PERFORMED); in sctp_process_a_data_chunk()