Home
last modified time | relevance | path

Searched refs:tx_t_rto (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/dccp/ccids/
H A Dccid3.c217 if (hc->tx_t_rto == 0 || hc->tx_p == 0) { in ccid3_hc_tx_no_feedback_timer()
251 if (unlikely(hc->tx_t_rto == 0)) /* no feedback received yet */ in ccid3_hc_tx_no_feedback_timer()
254 t_nfb = max(hc->tx_t_rto, 2 * hc->tx_t_ipi); in ccid3_hc_tx_no_feedback_timer()
396 if (hc->tx_t_rto == 0) { in ccid3_hc_tx_packet_recv()
441 hc->tx_t_rto = max_t(u32, 4 * hc->tx_rtt, in ccid3_hc_tx_packet_recv()
447 t_nfb = max(hc->tx_t_rto, 2 * hc->tx_t_ipi); in ccid3_hc_tx_packet_recv()
516 info->tcpi_rto = ccid3_hc_tx_sk(sk)->tx_t_rto; in ccid3_hc_tx_get_info()
537 tfrc.tfrctx_rto = hc->tx_t_rto; in ccid3_hc_tx_getsockopt()
H A Dccid3.h89 u32 tx_t_rto; member