Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dstream.c415 asoc->strreset_chunk = chunk; in sctp_send_reset_streams()
416 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_streams()
420 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_streams()
421 asoc->strreset_chunk = NULL; in sctp_send_reset_streams()
467 asoc->strreset_chunk = chunk; in sctp_send_reset_assoc()
468 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_assoc()
472 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_assoc()
473 asoc->strreset_chunk = NULL; in sctp_send_reset_assoc()
528 asoc->strreset_chunk = chunk; in sctp_send_add_streams()
529 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_add_streams()
[all …]
Dassociola.c372 if (asoc->strreset_chunk) in sctp_association_free()
373 sctp_chunk_free(asoc->strreset_chunk); in sctp_association_free()
533 if (asoc->strreset_chunk && in sctp_assoc_rm_peer()
534 asoc->strreset_chunk->transport == peer) { in sctp_assoc_rm_peer()
535 asoc->strreset_chunk->transport = transport; in sctp_assoc_rm_peer()
Doutqueue.c977 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
Dsm_statefuns.c1088 sctp_chunk_hold(asoc->strreset_chunk); in sctp_sf_send_reconf()
1090 SCTP_CHUNK(asoc->strreset_chunk)); in sctp_sf_send_reconf()
/Linux-v4.19/include/net/sctp/
Dstructs.h2070 struct sctp_chunk *strreset_chunk; /* save request chunk */ member