Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_input.c4036 asoc->last_reset_action[1] = asoc->last_reset_action[0];
4038 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED;
4041 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED;
4049 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_DENIED;
4066 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED;
4069 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_ERR_IN_PROGRESS;
4072 sctp_add_stream_reset_result(chk, seq, asoc->last_reset_action[0]);
4075 sctp_add_stream_reset_result(chk, seq, asoc->last_reset_action[0]);
4077 sctp_add_stream_reset_result(chk, seq, asoc->last_reset_action[1]);
4102 asoc->last_reset_action[1] = stcb->asoc.last_reset_action[0];
[all …]
Dsctp_structs.h1030 uint32_t last_reset_action[SCTP_MAX_RESET_PARAMS]; member
Dsctp_output.c12725 asoc->last_reset_action[0] = response;