Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c193 net->partial_bytes_acked = 0; in sctp_cwnd_update_after_fr()
429 net->partial_bytes_acked = 0; in cc_bw_decrease()
986 net->partial_bytes_acked += net->net_ack; in sctp_cwnd_update_after_sack_common()
989 (net->partial_bytes_acked >= net->cwnd)) { in sctp_cwnd_update_after_sack_common()
990 net->partial_bytes_acked -= net->cwnd; in sctp_cwnd_update_after_sack_common()
1144 net->partial_bytes_acked = 0; in sctp_cwnd_update_after_timeout()
1256 net->partial_bytes_acked = 0; in sctp_cwnd_update_after_packet_dropped()
1785 net->partial_bytes_acked = 0; in sctp_hs_cwnd_update_after_fr()
1893 net->partial_bytes_acked += net->net_ack; in sctp_hs_cwnd_update_after_sack()
1895 (net->partial_bytes_acked >= net->cwnd)) { in sctp_hs_cwnd_update_after_sack()
[all …]
Dsctp_timer.c1411 if (net->partial_bytes_acked) {
1412 net->partial_bytes_acked = 0;
Dsctp_structs.h342 uint32_t partial_bytes_acked; /* in CA tracks when to incr a MTU */ member
Dsctp_indata.c3887 net->partial_bytes_acked = 0;
4265 net->partial_bytes_acked = 0;
4700 net->partial_bytes_acked = 0;