Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c149 if (net->net_ack > 0) { in sctp_cwnd_update_after_fr()
239 } else if (net->net_ack > 0) { in sctp_cwnd_update_after_fr()
833 if (net->net_ack == 0) { in sctp_cwnd_update_after_sack_common()
915 if (net->flight_size + net->net_ack >= net->cwnd) { in sctp_cwnd_update_after_sack_common()
927 incr = (uint32_t)(((uint64_t)net->net_ack * in sctp_cwnd_update_after_sack_common()
948 incr = (uint32_t)(((uint64_t)net->net_ack * in sctp_cwnd_update_after_sack_common()
964 incr = (uint32_t)(((uint64_t)net->net_ack * in sctp_cwnd_update_after_sack_common()
970 if (incr > net->net_ack) { in sctp_cwnd_update_after_sack_common()
971 incr = net->net_ack; in sctp_cwnd_update_after_sack_common()
978 incr = net->net_ack; in sctp_cwnd_update_after_sack_common()
[all …]
Dsctp_indata.c3119 tp1->whoTo->net_ack += tp1->send_size; in sctp_process_segment_range()
3631 tp1->whoTo->net_ack++;
3660 tp1->whoTo->net_ack++;
4007 net->net_ack = 0;
4079 tp1->whoTo->net_ack += tp1->send_size;
4260 net->net_ack = 0;
4651 net->net_ack = 0;
4712 tp1->whoTo->net_ack += tp1->send_size;
5046 net->net_ack = 0;
5153 net->net_ack = 0;
Dsctp_structs.h348 unsigned int net_ack; member