Home
last modified time | relevance | path

Searched refs:gap_reports (Results 1 – 3 of 3) sorted by relevance

/dports/net/sctplib/sctplib-1.0.26/sctplib/sctp/
H A Dreltransfer.c601 dat->gap_reports++; in rtx_process_sack()
604 dat->chunk_tsn, low, dat->gap_reports); in rtx_process_sack()
605 if (dat->gap_reports >= 4) { in rtx_process_sack()
620 dat->gap_reports = 0; in rtx_process_sack()
643 dat->gap_reports = 0; in rtx_process_sack()
659 dat->gap_reports = 0; in rtx_process_sack()
696 dat->gap_reports = 0; in rtx_process_sack()
839 chunks[chunks_to_rtx]->gap_reports = 0; in rtx_t3_timeout()
848 chunks[chunks_to_rtx]->gap_reports = 0; in rtx_t3_timeout()
906 dat->gap_reports = 0L; in rtx_save_retrans_chunks()
[all …]
H A Dglobals.h161 unsigned int gap_reports; member
H A Dflowcontrol.c735 dat->chunk_len, dat->chunk_tsn, dat->gap_reports); in fc_check_for_txmit()
977 chunkd->gap_reports = 0L; in fc_send_data_chunk()