Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_cc_functions.c140 if (net->net_ack > 0) { in sctp_cwnd_update_after_fr()
234 } else if (net->net_ack > 0) { in sctp_cwnd_update_after_fr()
751 if (net->net_ack == 0) { in sctp_cwnd_update_after_sack_common()
833 if (net->flight_size + net->net_ack >= net->cwnd) { in sctp_cwnd_update_after_sack_common()
843 incr = (uint32_t) (((uint64_t) net->net_ack * in sctp_cwnd_update_after_sack_common()
867 incr = (uint32_t) (((uint64_t) net->net_ack * in sctp_cwnd_update_after_sack_common()
883 incr = (uint32_t) (((uint64_t) net->net_ack * in sctp_cwnd_update_after_sack_common()
889 if (incr > net->net_ack) { in sctp_cwnd_update_after_sack_common()
890 incr = net->net_ack; in sctp_cwnd_update_after_sack_common()
897 incr = net->net_ack; in sctp_cwnd_update_after_sack_common()
[all …]
HDsctp_indata.c2701 tp1->whoTo->net_ack += tp1->send_size; in sctp_process_segment_range()
3218 tp1->whoTo->net_ack++; in sctp_strike_gap_ack_chunks()
3248 tp1->whoTo->net_ack++; in sctp_strike_gap_ack_chunks()
3600 net->net_ack = 0; in sctp_express_handle_sack()
3675 tp1->whoTo->net_ack += tp1->send_size; in sctp_express_handle_sack()
3839 net->net_ack = 0; in sctp_express_handle_sack()
4262 net->net_ack = 0; in sctp_handle_sack()
4315 tp1->whoTo->net_ack += tp1->send_size; in sctp_handle_sack()
4637 net->net_ack = 0; in sctp_handle_sack()
4765 net->net_ack = 0; in sctp_handle_sack()
HDsctp_structs.h300 unsigned int net_ack; member