Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A Dccid2.c129 struct ccid2_hc_tx_sock *hc = from_timer(hc, t, tx_rtotimer); in ccid2_hc_tx_rto_expire()
135 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + HZ / 5); in ccid2_hc_tx_rto_expire()
169 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_rto_expire()
336 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_packet_sent()
708 sk_stop_timer(sk, &hc->tx_rtotimer); in ccid2_hc_tx_packet_recv()
710 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto); in ccid2_hc_tx_packet_recv()
745 timer_setup(&hc->tx_rtotimer, ccid2_hc_tx_rto_expire, 0); in ccid2_hc_tx_init()
755 sk_stop_timer(sk, &hc->tx_rtotimer); in ccid2_hc_tx_exit()
H A Dccid2.h74 struct timer_list tx_rtotimer; member