Home
last modified time | relevance | path

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

/Linux-v5.15/net/sctp/
Dtransport.c266 t->pl.last_rtx_chunks = t->asoc->rtx_data_chunks; in sctp_transport_pl_send()
302 !t->pl.probe_count && t->pl.last_rtx_chunks == t->asoc->rtx_data_chunks) { in sctp_transport_pl_send()
319 t->pl.last_rtx_chunks = t->asoc->rtx_data_chunks; in sctp_transport_pl_recv()
Dproc.c285 assoc->rtx_data_chunks, in sctp_assocs_seq_show()
Ddiag.c62 r->idiag_retrans = asoc->rtx_data_chunks; in inet_diag_msg_sctpasoc_fill()
Doutqueue.c548 transport->asoc->rtx_data_chunks += in sctp_retransmit()
/Linux-v5.15/include/net/sctp/
Dstructs.h1897 __u32 rtx_data_chunks; member