Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_timer.c892 callout_reset_sbt_on(&tp->t_callout, in tcp_timer_enter()
929 callout_reset_sbt_on(&tp->t_callout, tp->t_timers[which], in tcp_timer_activate()
933 callout_stop(&tp->t_callout); in tcp_timer_activate()
962 (void )callout_stop(&tp->t_callout); in tcp_timer_stop()
H A Dtcp_var.h316 struct callout t_callout; member
H A Dtcp_subr.c2297 callout_init_rw(&tp->t_callout, &inp->inp_lock, in tcp_newtcpcb()
2411 MPASS(!callout_active(&tp->t_callout)); in tcp_discardcb()
H A Dtcp_usrreq.c3094 &tp->t_callout, &tp->t_timers); in db_print_tcpcb()