Home
last modified time | relevance | path

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

/Linux-v5.10/net/sctp/
Dstream.c355 asoc->strreset_chunk = chunk; in sctp_send_reset_streams()
356 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_streams()
360 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_streams()
361 asoc->strreset_chunk = NULL; in sctp_send_reset_streams()
407 asoc->strreset_chunk = chunk; in sctp_send_reset_assoc()
408 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_assoc()
412 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_assoc()
413 asoc->strreset_chunk = NULL; in sctp_send_reset_assoc()
468 asoc->strreset_chunk = chunk; in sctp_send_add_streams()
469 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_add_streams()
[all …]
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()
Doutqueue.c959 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
Dsm_statefuns.c1083 sctp_chunk_hold(asoc->strreset_chunk); in sctp_sf_send_reconf()
1085 SCTP_CHUNK(asoc->strreset_chunk)); in sctp_sf_send_reconf()
/Linux-v5.10/include/net/sctp/
Dstructs.h2067 struct sctp_chunk *strreset_chunk; /* save request chunk */ member