tx_rtotimer       129 net/dccp/ccids/ccid2.c 	struct ccid2_hc_tx_sock *hc = from_timer(hc, t, tx_rtotimer);
tx_rtotimer       135 net/dccp/ccids/ccid2.c 		sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + HZ / 5);
tx_rtotimer       169 net/dccp/ccids/ccid2.c 	sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto);
tx_rtotimer       333 net/dccp/ccids/ccid2.c 	sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto);
tx_rtotimer       703 net/dccp/ccids/ccid2.c 		sk_stop_timer(sk, &hc->tx_rtotimer);
tx_rtotimer       705 net/dccp/ccids/ccid2.c 		sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto);
tx_rtotimer       740 net/dccp/ccids/ccid2.c 	timer_setup(&hc->tx_rtotimer, ccid2_hc_tx_rto_expire, 0);
tx_rtotimer       750 net/dccp/ccids/ccid2.c 	sk_stop_timer(sk, &hc->tx_rtotimer);
tx_rtotimer        74 net/dccp/ccids/ccid2.h 	struct timer_list	tx_rtotimer;