Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c1276 int seg_inflight, seg_onqueue, my_portion; in sctp_cwnd_update_after_packet_dropped() local
1291 my_portion = (incr * seg_inflight) / seg_onqueue; in sctp_cwnd_update_after_packet_dropped()
1303 if (diff_adj > my_portion) in sctp_cwnd_update_after_packet_dropped()
1304 my_portion = 0; in sctp_cwnd_update_after_packet_dropped()
1306 my_portion -= diff_adj; in sctp_cwnd_update_after_packet_dropped()
1313 net->cwnd -= my_portion; in sctp_cwnd_update_after_packet_dropped()