Lines Matching +full:per +full:- +full:rate
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand.
10 * or e-mail Ian McDonald - [email protected]
14 * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
32 /* Two seconds as per RFC 5348, 4.2 */
65 * struct ccid3_hc_tx_sock - CCID3 sender half-connection socket
66 * @tx_x: Current sending rate in 64 * bytes per second
67 * @tx_x_recv: Receive rate in 64 * bytes per second
68 * @tx_x_calc: Calculated rate in bytes per second
70 * @tx_p: Current loss event rate (0-1) scaled by 1000000
104 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid3_hc_tx_sk()
116 * struct ccid3_hc_rx_sock - CCID3 receiver half-connection socket
120 * @rx_x_recv: Receiver estimate of send rate (RFC 3448, sec. 4.3)
126 * @rx_pinv: Inverse of Loss Event Rate (RFC 4342, sec. 8.5)
143 struct ccid3_hc_rx_sock *hcrx = ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid3_hc_rx_sk()