Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timer.c895 struct callout *t_callout; in tcp_timer_activate() local
922 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() local
959 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() local
1012 return (callout_stop(t_callout)); in tcp_timer_suspend()
[all …]