Home
last modified time | relevance | path

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

/linux-5.19.10/net/sctp/
Dstream.c342 asoc->strreset_chunk = chunk; in sctp_send_reset_streams()
343 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_streams()
347 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_streams()
348 asoc->strreset_chunk = NULL; in sctp_send_reset_streams()
394 asoc->strreset_chunk = chunk; in sctp_send_reset_assoc()
395 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_assoc()
399 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_assoc()
400 asoc->strreset_chunk = NULL; in sctp_send_reset_assoc()
455 asoc->strreset_chunk = chunk; in sctp_send_add_streams()
456 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_add_streams()
[all …]
Dassociola.c354 if (asoc->strreset_chunk) in sctp_association_free()
355 sctp_chunk_free(asoc->strreset_chunk); in sctp_association_free()
518 if (asoc->strreset_chunk && in sctp_assoc_rm_peer()
519 asoc->strreset_chunk->transport == peer) { in sctp_assoc_rm_peer()
520 asoc->strreset_chunk->transport = transport; in sctp_assoc_rm_peer()
Doutqueue.c975 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
Dsm_sideeffect.c462 if (!asoc->strreset_chunk) in sctp_generate_reconf_event()
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-5.19.10/include/net/sctp/
Dstructs.h2086 struct sctp_chunk *strreset_chunk; /* save request chunk */ member