Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h292 uint32_t ecn_prev_cwnd; /* ECN prev cwnd at first ecn_echo seen in new member
H A Dsctp_cc_functions.c1097 if (net->ecn_prev_cwnd < net->cwnd) { in sctp_cwnd_update_after_ecn_echo_common()
1099 net->cwnd = net->ecn_prev_cwnd - (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common()
H A Dsctp_input.c2926 net->ecn_prev_cwnd = lchk->rec.data.cwnd_at_send; in sctp_handle_ecn_echo()