Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsctp.h196 SCTP_PARAM_RESET_RESPONSE = cpu_to_be16(0x0010), enumerator
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c3782 resp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE; in sctp_make_strreset_resp()
3820 tsnresp.param_hdr.type = SCTP_PARAM_RESET_RESPONSE; in sctp_make_strreset_tsnresp()
3852 (last && last != SCTP_PARAM_RESET_RESPONSE && in sctp_verify_reconf()
3861 case SCTP_PARAM_RESET_RESPONSE: in sctp_verify_reconf()
3864 (last && last != SCTP_PARAM_RESET_RESPONSE && in sctp_verify_reconf()
H A Dsm_statefuns.c4059 else if (param.p->type == SCTP_PARAM_RESET_RESPONSE) in sctp_sf_do_reconf()