Lines Matching refs:net_ack

146 			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()
917 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_cwnd_update_after_sack_common()
926 net->partial_bytes_acked += net->net_ack; in sctp_cwnd_update_after_sack_common()
928 if ((net->flight_size + net->net_ack >= net->cwnd) && in sctp_cwnd_update_after_sack_common()
984 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_cwnd_update_after_sack_common()
1618 if (net->net_ack > net->mtu) { in sctp_hs_cwnd_increase()
1621 net->cwnd += net->net_ack; in sctp_hs_cwnd_increase()
1695 if (net->net_ack > 0) { in sctp_hs_cwnd_update_after_fr()
1737 } else if (net->net_ack > 0) { in sctp_hs_cwnd_update_after_fr()
1770 if (net->net_ack == 0) { in sctp_hs_cwnd_update_after_sack()
1806 if (net->flight_size + net->net_ack >= net->cwnd) { in sctp_hs_cwnd_update_after_sack()
1810 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_hs_cwnd_update_after_sack()
1816 net->partial_bytes_acked += net->net_ack; in sctp_hs_cwnd_update_after_sack()
1817 if ((net->flight_size + net->net_ack >= net->cwnd) && in sctp_hs_cwnd_update_after_sack()
1828 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_hs_cwnd_update_after_sack()
1917 net->cc_mod.htcp_ca.bytes_acked = net->net_ack; in measure_achieved_throughput()
1930 net->cc_mod.htcp_ca.bytecount += net->net_ack; in measure_achieved_throughput()
2048 if (net->flight_size + net->net_ack >= net->cwnd) { in htcp_cong_avoid()
2049 if (net->net_ack > (net->mtu * SCTP_BASE_SYSCTL(sctp_L2_abc_variable))) { in htcp_cong_avoid()
2057 net->cwnd += net->net_ack; in htcp_cong_avoid()
2059 sctp_log_cwnd(stcb, net, net->net_ack, in htcp_cong_avoid()
2066 sctp_log_cwnd(stcb, net, net->net_ack, in htcp_cong_avoid()
2092 net->partial_bytes_acked += net->net_ack; in htcp_cong_avoid()
2094 sctp_log_cwnd(stcb, net, net->net_ack, in htcp_cong_avoid()
2162 if (net->net_ack == 0) { in sctp_htcp_cwnd_update_after_sack()
2220 if (net->net_ack > 0) { in sctp_htcp_cwnd_update_after_fr()
2270 } else if (net->net_ack > 0) { in sctp_htcp_cwnd_update_after_fr()