Searched refs:SCTP_PARAM_RESET_RESPONSE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsctp.h197 SCTP_PARAM_RESET_RESPONSE = cpu_to_be16(0x0010), enumerator in enum:sctp_param
/linux-master/net/sctp/
H A Dsm_make_chunk.c3820 resp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE;
3858 tsnresp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE;
3890 (last && last != SCTP_PARAM_RESET_RESPONSE &&
3899 case SCTP_PARAM_RESET_RESPONSE:
3902 (last && last != SCTP_PARAM_RESET_RESPONSE &&
H A Dsm_statefuns.c4162 else if (param.p->type == SCTP_PARAM_RESET_RESPONSE)

Completed in 385 milliseconds