Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_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()
Dsctp_structs.h349 uint8_t fast_retran_ip; /* fast retransmit in progress */ member
Dsctp_timer.c546 net->fast_retran_ip = 0; in sctp_mark_all_for_resend()
Dsctp_output.c9610 net->fast_retran_ip = 0; in sctp_chunk_retransmission()
9625 net->fast_retran_ip = 1; in sctp_chunk_retransmission()
10104 net->fast_retran_ip = 0; in sctp_chunk_output()