Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dstream.c343 asoc->strreset_chunk = chunk; in sctp_send_reset_streams()
344 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_streams()
348 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_streams()
349 asoc->strreset_chunk = NULL; in sctp_send_reset_streams()
395 asoc->strreset_chunk = chunk; in sctp_send_reset_assoc()
396 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_assoc()
400 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_assoc()
401 asoc->strreset_chunk = NULL; in sctp_send_reset_assoc()
456 asoc->strreset_chunk = chunk; in sctp_send_add_streams()
457 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_add_streams()
[all …]
Dassociola.c349 if (asoc->strreset_chunk) in sctp_association_free()
350 sctp_chunk_free(asoc->strreset_chunk); in sctp_association_free()
511 if (asoc->strreset_chunk && in sctp_assoc_rm_peer()
512 asoc->strreset_chunk->transport == peer) { in sctp_assoc_rm_peer()
513 asoc->strreset_chunk->transport = transport; in sctp_assoc_rm_peer()
Doutqueue.c958 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
Dsm_statefuns.c1073 sctp_chunk_hold(asoc->strreset_chunk); in sctp_sf_send_reconf()
1075 SCTP_CHUNK(asoc->strreset_chunk)); in sctp_sf_send_reconf()
/Linux-v5.4/include/net/sctp/
Dstructs.h2065 struct sctp_chunk *strreset_chunk; /* save request chunk */ member