Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_header.h478 #define SCTP_STREAM_RESET_RESULT_PERFORMED 0x00000001 macro
Dsctp_input.c3519 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()
3547 } else if (action != SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()
3563 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()
3585 } else if (action != SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()
3606 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) { in sctp_handle_stream_reset_response()
3702 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_request_in()
3767 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_request_tsn()
3818 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_request_out()
3932 stcb->asoc.last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_add_strm()
3985 stcb->asoc.last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED; in sctp_handle_str_reset_add_out_strm()
[all …]
Dsctp_indata.c2324 sctp_send_deferred_reset_response(stcb, liste, SCTP_STREAM_RESET_RESULT_PERFORMED); in sctp_process_a_data_chunk()