Lines Matching +full:parameter +full:- +full:less
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 - ian.mcdonald@jandi.co.nz
14 * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
35 /* Parameter t_mbi from [RFC 3448, 4.3]: backoff interval in seconds */
39 * The t_delta parameter (RFC 5348, 8.3): delays of less than %USEC_PER_MSEC are
65 * struct ccid3_hc_tx_sock - CCID3 sender half-connection socket
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
143 struct ccid3_hc_rx_sock *hcrx = ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid3_hc_rx_sk()