Home
last modified time | relevance | path

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

/net/dccp/ccids/
Dccid3.c226 if (hc->tx_t_rto == 0 || hc->tx_p == 0) { in ccid3_hc_tx_no_feedback_timer()
260 if (unlikely(hc->tx_t_rto == 0)) /* no feedback received yet */ in ccid3_hc_tx_no_feedback_timer()
263 t_nfb = max(hc->tx_t_rto, 2 * hc->tx_t_ipi); in ccid3_hc_tx_no_feedback_timer()
404 if (hc->tx_t_rto == 0) { in ccid3_hc_tx_packet_recv()
449 hc->tx_t_rto = max_t(u32, 4 * hc->tx_rtt, in ccid3_hc_tx_packet_recv()
455 t_nfb = max(hc->tx_t_rto, 2 * hc->tx_t_ipi); in ccid3_hc_tx_packet_recv()
523 info->tcpi_rto = ccid3_hc_tx_sk(sk)->tx_t_rto; in ccid3_hc_tx_get_info()
544 tfrc.tfrctx_rto = hc->tx_t_rto; in ccid3_hc_tx_getsockopt()
Dccid3.h102 u32 tx_t_rto; member