Home
last modified time | relevance | path

Searched refs:SCTP_PARAM_RESET_ADD_IN_STREAMS (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dsctp.h213 SCTP_PARAM_RESET_ADD_IN_STREAMS = cpu_to_be16(0x0012), enumerator
/Linux-v4.19/net/sctp/
Dstream.c879 asoc, 0, SCTP_PARAM_RESET_ADD_IN_STREAMS)) { in sctp_process_strreset_addstrm_out()
1128 } else if (req->type == SCTP_PARAM_RESET_ADD_IN_STREAMS) { in sctp_process_strreset_resp()
Dsm_make_chunk.c3747 addstrm.param_hdr.type = SCTP_PARAM_RESET_ADD_IN_STREAMS; in sctp_make_strreset_addstrm()
3872 case SCTP_PARAM_RESET_ADD_IN_STREAMS: in sctp_verify_reconf()
3879 (last && last != SCTP_PARAM_RESET_ADD_IN_STREAMS)) in sctp_verify_reconf()
Dsm_statefuns.c3995 else if (param.p->type == SCTP_PARAM_RESET_ADD_IN_STREAMS) in sctp_sf_do_reconf()