Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h309 uint32_t ecn_prev_cwnd; /* ECN prev cwnd at first ecn_echo seen in new member
H A Dsctp_cc_functions.c1098 if (net->ecn_prev_cwnd < net->cwnd) { in sctp_cwnd_update_after_ecn_echo_common()
1100 net->cwnd = net->ecn_prev_cwnd - (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common()
H A Dsctp_input.c2885 net->ecn_prev_cwnd = lchk->rec.data.cwnd_at_send; in sctp_handle_ecn_echo()