Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h341 uint32_t ecn_prev_cwnd; /* ECN prev cwnd at first ecn_echo seen in new window */ member
Dsctp_cc_functions.c1168 if (net->ecn_prev_cwnd < net->cwnd) { in sctp_cwnd_update_after_ecn_echo_common()
1170 net->cwnd = net->ecn_prev_cwnd - (net->mtu * num_pkt_lost); in sctp_cwnd_update_after_ecn_echo_common()
Dsctp_input.c3171 net->ecn_prev_cwnd = lchk->rec.data.cwnd_at_send;