Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dstream.c353 asoc->strreset_chunk = chunk; in sctp_send_reset_streams()
354 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_streams()
358 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_streams()
359 asoc->strreset_chunk = NULL; in sctp_send_reset_streams()
405 asoc->strreset_chunk = chunk; in sctp_send_reset_assoc()
406 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_reset_assoc()
410 sctp_chunk_put(asoc->strreset_chunk); in sctp_send_reset_assoc()
411 asoc->strreset_chunk = NULL; in sctp_send_reset_assoc()
466 asoc->strreset_chunk = chunk; in sctp_send_add_streams()
467 sctp_chunk_hold(asoc->strreset_chunk); in sctp_send_add_streams()
[all …]
H A Dassociola.c351 if (asoc->strreset_chunk) in sctp_association_free()
352 sctp_chunk_free(asoc->strreset_chunk); in sctp_association_free()
515 if (asoc->strreset_chunk && in sctp_assoc_rm_peer()
516 asoc->strreset_chunk->transport == peer) { in sctp_assoc_rm_peer()
517 asoc->strreset_chunk->transport = transport; in sctp_assoc_rm_peer()
H A Dsm_sideeffect.c462 if (!asoc->strreset_chunk) in sctp_generate_reconf_event()
H A Doutqueue.c962 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
H A Dsm_statefuns.c1093 sctp_chunk_hold(asoc->strreset_chunk); in sctp_sf_send_reconf()
1095 SCTP_CHUNK(asoc->strreset_chunk)); in sctp_sf_send_reconf()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h2068 struct sctp_chunk *strreset_chunk; /* save request chunk */ member