Home
last modified time | relevance | path

Searched refs:tx_x_calc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/dccp/
H A Dtrace.h30 __field(__u32, tx_x_calc)
57 __entry->tx_x_calc = hc->tx_x_calc;
71 __entry->tx_x_calc, __entry->tx_x_recv, __entry->tx_x,
/openbmc/linux/net/dccp/ccids/
H A Dccid3.c134 hc->tx_x = min(((__u64)hc->tx_x_calc) << 6, min_rate); in ccid3_hc_tx_update_x()
148 (unsigned int)(hc->tx_x >> 6), hc->tx_x_calc, in ccid3_hc_tx_update_x()
234 if (hc->tx_x_calc > (hc->tx_x_recv >> 5)) in ccid3_hc_tx_no_feedback_timer()
239 hc->tx_x_recv = hc->tx_x_calc; in ccid3_hc_tx_no_feedback_timer()
416 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p); in ccid3_hc_tx_packet_recv()
423 hc->tx_s, hc->tx_p, hc->tx_x_calc, in ccid3_hc_tx_packet_recv()
534 tfrc.tfrctx_x_calc = hc->tx_x_calc; in ccid3_hc_tx_getsockopt()
H A Dccid3.h86 u32 tx_x_calc; member