Lines Matching +full:in +full:- +full:flight
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
14 * CCID-2 timestamping faces the same issues as TCP timestamping.
40 * struct ccid2_hc_tx_sock - CCID2 TX half connection
45 * @tx_mdev_max: maximum of @mdev during one flight
48 * @tx_rtt_seq: to decay RTTVAR at most once per flight
51 * @tx_cwnd_stamp: to track idle periods in CWV
52 * @tx_lsndtime: last time (in jiffies) a data packet was sent
67 /* RTT measurement: variables/principles are the same as in TCP */
92 return hc->tx_pipe >= hc->tx_cwnd; in ccid2_cwnd_network_limited()
97 * This is based on the numbers specified in RFC 5681, 3.1.
105 * struct ccid2_hc_rx_sock - Receiving end of CCID-2 half-connection
114 return ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid); in ccid2_hc_tx_sk()
119 return ccid_priv(dccp_sk(sk)->dccps_hc_rx_ccid); in ccid2_hc_rx_sk()