Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c210 net->partial_bytes_acked = 0; in sctp_cwnd_update_after_fr()
447 net->partial_bytes_acked = 0; in cc_bw_decrease()
1008 net->partial_bytes_acked += net->net_ack; in sctp_cwnd_update_after_sack_common()
1011 (net->partial_bytes_acked >= net->cwnd)) { in sctp_cwnd_update_after_sack_common()
1012 net->partial_bytes_acked -= net->cwnd; in sctp_cwnd_update_after_sack_common()
1167 net->partial_bytes_acked = 0; in sctp_cwnd_update_after_timeout()
1278 net->partial_bytes_acked = 0; in sctp_cwnd_update_after_packet_dropped()
1804 net->partial_bytes_acked = 0; in sctp_hs_cwnd_update_after_fr()
1911 net->partial_bytes_acked += net->net_ack; in sctp_hs_cwnd_update_after_sack()
1913 (net->partial_bytes_acked >= net->cwnd)) { in sctp_hs_cwnd_update_after_sack()
[all …]
Dsctp_timer.c1446 if (net->partial_bytes_acked) {
1447 net->partial_bytes_acked = 0;
Dsctp_structs.h349 uint32_t partial_bytes_acked; /* in CA tracks when to incr a MTU */ member
Dsctp_indata.c4261 net->partial_bytes_acked = 0;
4612 net->partial_bytes_acked = 0;
5050 net->partial_bytes_acked = 0;