Searched refs:pacing_timer (Results 1 – 5 of 5) sorted by relevance
116 struct hrtimer pacing_timer
410 struct hrtimer pacing_timer; member
899 hrtimer_setup(&tcp_sk(sk)->pacing_timer, tcp_pace_kick, CLOCK_MONOTONIC, in tcp_init_xmit_timers()
1250 struct tcp_sock *tp = container_of(timer, struct tcp_sock, pacing_timer); in tcp_pace_kick()2577 if (!hrtimer_is_queued(&tp->pacing_timer)) { in tcp_pacing_check()2578 hrtimer_start(&tp->pacing_timer, in tcp_pacing_check()
744 if (hrtimer_try_to_cancel(&tcp_sk(sk)->pacing_timer) == 1) in tcp_clear_xmit_timers()