Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timer.c535 if (callout_pending(&tp->t_timers->tt_persist) || in tcp_timer_persist()
536 !callout_active(&tp->t_timers->tt_persist)) { in tcp_timer_persist()
541 callout_deactivate(&tp->t_timers->tt_persist); in tcp_timer_persist()
918 t_callout = &tp->t_timers->tt_persist; in tcp_timer_activate()
956 t_callout = &tp->t_timers->tt_persist; in tcp_timer_active()
998 t_callout = &tp->t_timers->tt_persist; in tcp_timer_suspend()
1092 t_callout = &tp->t_timers->tt_persist; in tcp_timer_stop()
H A Dtcp_timer.h153 struct callout tt_persist; /* retransmit persistence */ member
H A Dtcp_var.h768 int32_t tt_persist; /* (s) */ member
H A Dtcp_subr.c1761 callout_init(&tp->t_timers->tt_persist, 1); in tcp_newtcpcb()
3478 COPYTIMER(tt_persist); in tcp_inptoxtp()
H A Dtcp_usrreq.c2954 &tp->t_timers->tt_rexmt, &tp->t_timers->tt_persist, &tp->t_timers->tt_keep); in db_print_tcpcb()
/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h153 struct callout tt_persist; /* retransmit persistence */ member
H A Dtcp_var.h768 int32_t tt_persist; /* (s) */ member
/f-stack/tools/netstat/
H A Dinet.c529 tp->tt_persist / 1000, in protopr()
530 (tp->tt_persist % 1000) / 10, in protopr()