Searched refs:t_callout (Results 1 – 1 of 1) sorted by relevance
895 struct callout *t_callout; in tcp_timer_activate() local922 t_callout = &tp->t_timers->tt_keep; in tcp_timer_activate()926 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_activate()937 callout_stop(t_callout); in tcp_timer_activate()946 struct callout *t_callout; in tcp_timer_active() local959 t_callout = &tp->t_timers->tt_keep; in tcp_timer_active()962 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_active()970 return callout_active(t_callout); in tcp_timer_active()984 struct callout *t_callout; in tcp_timer_suspend() local1012 return (callout_stop(t_callout)); in tcp_timer_suspend()[all …]