Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dstream.c355 asoc->strreset_chunk = chunk; in sctp_send_reset_streams()
361 asoc->strreset_chunk = NULL; in sctp_send_reset_streams()
407 asoc->strreset_chunk = chunk; in sctp_send_reset_assoc()
413 asoc->strreset_chunk = NULL; in sctp_send_reset_assoc()
468 asoc->strreset_chunk = chunk; in sctp_send_add_streams()
474 asoc->strreset_chunk = NULL; in sctp_send_add_streams()
565 if (asoc->strreset_chunk) { in sctp_process_strreset_outreq()
585 asoc->strreset_chunk = NULL; in sctp_process_strreset_outreq()
669 asoc->strreset_chunk = chunk; in sctp_process_strreset_inreq()
815 if (asoc->strreset_chunk) { in sctp_process_strreset_addstrm_out()
[all …]
A Dassociola.c355 if (asoc->strreset_chunk) in sctp_association_free()
356 sctp_chunk_free(asoc->strreset_chunk); in sctp_association_free()
519 if (asoc->strreset_chunk && in sctp_assoc_rm_peer()
520 asoc->strreset_chunk->transport == peer) { in sctp_assoc_rm_peer()
521 asoc->strreset_chunk->transport = transport; in sctp_assoc_rm_peer()
A Doutqueue.c968 if (chunk == ctx->asoc->strreset_chunk) in sctp_outq_flush_ctrl()
A Dsm_statefuns.c1105 sctp_chunk_hold(asoc->strreset_chunk); in sctp_sf_send_reconf()
1107 SCTP_CHUNK(asoc->strreset_chunk)); in sctp_sf_send_reconf()
/linux/include/net/sctp/
A Dstructs.h2087 struct sctp_chunk *strreset_chunk; /* save request chunk */ member

Completed in 31 milliseconds