Searched refs:strreset_chunk (Results 1 – 6 of 6) sorted by relevance
354 asoc->strreset_chunk = chunk; in sctp_send_reset_streams()355 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_streams()359 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_streams()360 asoc->strreset_chunk = NULL; in sctp_send_reset_streams()406 asoc->strreset_chunk = chunk; in sctp_send_reset_assoc()407 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_assoc()411 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_assoc()412 asoc->strreset_chunk = NULL; in sctp_send_reset_assoc()467 asoc->strreset_chunk = chunk; in sctp_send_add_streams()468 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_add_streams()[all …]
353 if (asoc->strreset_chunk) in sctp_association_free()354 sctp_chunk_free(asoc->strreset_chunk); in sctp_association_free()517 if (asoc->strreset_chunk && in sctp_assoc_rm_peer()518 asoc->strreset_chunk->transport == peer) { in sctp_assoc_rm_peer()519 asoc->strreset_chunk->transport = transport; in sctp_assoc_rm_peer()
467 if (!asoc->strreset_chunk) in sctp_generate_reconf_event()
979 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
1125 sctp_chunk_hold(asoc->strreset_chunk); in sctp_sf_send_reconf()1127 SCTP_CHUNK(asoc->strreset_chunk)); in sctp_sf_send_reconf()
2066 struct sctp_chunk *strreset_chunk; /* save request chunk */ member