Home
last modified time | relevance | path

Searched refs:strreset_chunk (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/net/sctp/
A Dstream.c353 asoc->strreset_chunk = chunk; in sctp_send_reset_streams()
359 asoc->strreset_chunk = NULL; in sctp_send_reset_streams()
405 asoc->strreset_chunk = chunk; in sctp_send_reset_assoc()
411 asoc->strreset_chunk = NULL; in sctp_send_reset_assoc()
466 asoc->strreset_chunk = chunk; in sctp_send_add_streams()
472 asoc->strreset_chunk = NULL; in sctp_send_add_streams()
563 if (asoc->strreset_chunk) { in sctp_process_strreset_outreq()
583 asoc->strreset_chunk = NULL; in sctp_process_strreset_outreq()
667 asoc->strreset_chunk = chunk; in sctp_process_strreset_inreq()
813 if (asoc->strreset_chunk) { in sctp_process_strreset_addstrm_out()
[all …]
A Dassociola.c352 if (asoc->strreset_chunk) in sctp_association_free()
353 sctp_chunk_free(asoc->strreset_chunk); in sctp_association_free()
516 if (asoc->strreset_chunk && in sctp_assoc_rm_peer()
517 asoc->strreset_chunk->transport == peer) { in sctp_assoc_rm_peer()
518 asoc->strreset_chunk->transport = transport; in sctp_assoc_rm_peer()
A Doutqueue.c978 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
A Dsm_sideeffect.c462 if (!asoc->strreset_chunk) in sctp_generate_reconf_event()
A Dsm_statefuns.c1107 sctp_chunk_hold(asoc->strreset_chunk); in sctp_sf_send_reconf()
1109 SCTP_CHUNK(asoc->strreset_chunk)); in sctp_sf_send_reconf()
/linux-6.3-rc2/include/net/sctp/
A Dstructs.h2090 struct sctp_chunk *strreset_chunk; /* save request chunk */ member

Completed in 27 milliseconds