Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c146 if (net->net_ack > 0) { in sctp_cwnd_update_after_fr()
239 } else if (net->net_ack > 0) { in sctp_cwnd_update_after_fr()
752 if (net->net_ack == 0) { in sctp_cwnd_update_after_sack_common()
834 if (net->flight_size + net->net_ack >= net->cwnd) { in sctp_cwnd_update_after_sack_common()
844 incr = (uint32_t)(((uint64_t)net->net_ack * in sctp_cwnd_update_after_sack_common()
868 incr = (uint32_t)(((uint64_t)net->net_ack * in sctp_cwnd_update_after_sack_common()
884 incr = (uint32_t)(((uint64_t)net->net_ack * in sctp_cwnd_update_after_sack_common()
890 if (incr > net->net_ack) { in sctp_cwnd_update_after_sack_common()
891 incr = net->net_ack; in sctp_cwnd_update_after_sack_common()
898 incr = net->net_ack; in sctp_cwnd_update_after_sack_common()
[all …]
H A Dsctp_indata.c3065 tp1->whoTo->net_ack += tp1->send_size; in sctp_process_segment_range()
3579 tp1->whoTo->net_ack++; in sctp_strike_gap_ack_chunks()
3611 tp1->whoTo->net_ack++; in sctp_strike_gap_ack_chunks()
3961 net->net_ack = 0; in sctp_express_handle_sack()
4033 tp1->whoTo->net_ack += tp1->send_size; in sctp_express_handle_sack()
4169 net->net_ack = 0; in sctp_express_handle_sack()
4565 net->net_ack = 0; in sctp_handle_sack()
4626 tp1->whoTo->net_ack += tp1->send_size; in sctp_handle_sack()
4914 net->net_ack = 0; in sctp_handle_sack()
5021 net->net_ack = 0; in sctp_handle_sack()
H A Dsctp_structs.h313 unsigned int net_ack; member