Home
last modified time | relevance | path

Searched refs:fast_retran_ip (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_cc_functions.c1910 if (net->fast_retran_ip == 0 && net->ssthresh < 0xFFFF && htcp_ccount(&net->cc_mod.htcp_ca) > 3) { in measure_rtt()
1923 if (net->fast_retran_ip == 0) in measure_achieved_throughput()
1931 if (net->fast_retran_ip == 1) { in measure_achieved_throughput()
HDsctp_structs.h351 uint8_t fast_retran_ip; /* fast retransmit in progress */ member
HDsctp_timer.c546 net->fast_retran_ip = 0; in sctp_mark_all_for_resend()
HDsctp_output.c9545 net->fast_retran_ip = 0; in sctp_chunk_retransmission()
9560 net->fast_retran_ip = 1; in sctp_chunk_retransmission()
10039 net->fast_retran_ip = 0; in sctp_chunk_output()