Searched refs:bytes_acked (Results 1 – 6 of 6) sorted by relevance
110 int bytes_acked = 0; in dctcp_ack_received() local129 bytes_acked = min(ccv->bytes_this_ack, mss); in dctcp_ack_received()132 bytes_acked = ccv->bytes_this_ack; in dctcp_ack_received()135 dctcp_data->bytes_total += bytes_acked; in dctcp_ack_received()142 && bytes_acked > mss) { in dctcp_ack_received()144 (bytes_acked - mss); in dctcp_ack_received()146 dctcp_data->bytes_ecn += bytes_acked; in dctcp_ack_received()150 && bytes_acked > mss) in dctcp_ack_received()
19 uint64_t bytes_in_flight, cong_wnd, slow_start_thresh, bytes_acked; member103 nr->bytes_acked = 0; in newreno_reset()385 nr->bytes_acked += info->tx_size; in newreno_on_data_acked()390 if (nr->bytes_acked >= nr->cong_wnd) { in newreno_on_data_acked()391 nr->bytes_acked -= nr->cong_wnd; in newreno_on_data_acked()429 nr->bytes_acked = 0; in newreno_on_data_lost()464 nr->bytes_acked = 0; in newreno_on_ecn()
73 tx_sa->bytes_sent = tx_sa->bytes_acked = 0; in sdp_post_srcavail()109 tx_sa->bytes_acked = payload_len; in sdp_post_srcavail()173 else if (tx_sa->bytes_acked > tx_sa->bytes_sent) { in sdp_wait_rdmardcompl()195 if (ssk->rx_sa && (tx_sa->bytes_acked < tx_sa->bytes_sent)) { in sdp_wait_rdmardcompl()209 (tx_sa->bytes_acked < tx_sa->bytes_sent) && in sdp_wait_rdmardcompl()215 if (tx_sa->bytes_acked == tx_sa->bytes_sent) in sdp_wait_rdmardcompl()232 tx_sa->bytes_acked, tx_sa->bytes_sent, tx_sa->abort_flags); in sdp_wait_rdmardcompl()395 ssk->tx_sa->bytes_acked += bytes_completed; in sdp_handle_rdma_read_compl()704 sdp_update_iov_used(sk, iov, tx_sa->bytes_acked); in do_sdp_sendmsg_zcopy()
262 u32 bytes_acked; member
1911 net->cc_mod.htcp_ca.bytes_acked = net->net_ack; in measure_achieved_throughput()2093 net->cc_mod.htcp_ca.bytes_acked = net->mtu; in htcp_cong_avoid()2112 net->cc_mod.htcp_ca.bytes_acked = net->mtu; in htcp_init()
221 uint16_t bytes_acked; member