Searched refs:tx_x_calc (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/dccp/ccids/ |
D | ccid3.c | 144 hc->tx_x = min(((__u64)hc->tx_x_calc) << 6, min_rate); in ccid3_hc_tx_update_x() 158 (unsigned int)(hc->tx_x >> 6), hc->tx_x_calc, in ccid3_hc_tx_update_x() 243 if (hc->tx_x_calc > (hc->tx_x_recv >> 5)) in ccid3_hc_tx_no_feedback_timer() 248 hc->tx_x_recv = hc->tx_x_calc; in ccid3_hc_tx_no_feedback_timer() 424 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p); in ccid3_hc_tx_packet_recv() 431 hc->tx_s, hc->tx_p, hc->tx_x_calc, in ccid3_hc_tx_packet_recv() 541 tfrc.tfrctx_x_calc = hc->tx_x_calc; in ccid3_hc_tx_getsockopt()
|
D | ccid3.h | 99 u32 tx_x_calc; member
|
/linux-4.1.27/net/dccp/ |
D | probe.c | 90 hc->tx_x_calc, hc->tx_x_recv >> 6, in jdccp_sendmsg()
|