Searched refs:strreset_chunk (Results 1 – 6 of 6) sorted by relevance
342 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 …]
354 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()
975 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
462 if (!asoc->strreset_chunk) in sctp_generate_reconf_event()
1107 sctp_chunk_hold(asoc->strreset_chunk); in sctp_sf_send_reconf()1109 SCTP_CHUNK(asoc->strreset_chunk)); in sctp_sf_send_reconf()
2086 struct sctp_chunk *strreset_chunk; /* save request chunk */ member