Searched refs:t_timers (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timer.c | 922 t_callout = &tp->t_timers->tt_keep; in tcp_timer_activate() 926 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_activate() 959 t_callout = &tp->t_timers->tt_keep; in tcp_timer_active() 962 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_active() 1002 t_callout = &tp->t_timers->tt_keep; in tcp_timer_suspend() 1006 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_suspend() 1011 tp->t_timers->tt_flags |= t_flags; in tcp_timer_suspend() 1083 tp->t_timers->tt_flags |= TT_STOPPED; in tcp_timer_stop() 1095 t_callout = &tp->t_timers->tt_keep; in tcp_timer_stop() 1098 t_callout = &tp->t_timers->tt_2msl; in tcp_timer_stop() [all …]
|
| H A D | tcp_subr.c | 1751 tp->t_timers = &tm->tt; in tcp_newtcpcb() 1760 callout_init(&tp->t_timers->tt_rexmt, 1); in tcp_newtcpcb() 1761 callout_init(&tp->t_timers->tt_persist, 1); in tcp_newtcpcb() 1762 callout_init(&tp->t_timers->tt_keep, 1); in tcp_newtcpcb() 1763 callout_init(&tp->t_timers->tt_2msl, 1); in tcp_newtcpcb() 1764 callout_init(&tp->t_timers->tt_delack, 1); in tcp_newtcpcb() 1934 tp->t_timers->tt_draincnt = 0; in tcp_discardcb() 2039 if (tp->t_timers->tt_draincnt == 0) { in tcp_discardcb() 2072 tp->t_timers->tt_draincnt--; in tcp_timer_discard() 2073 if (tp->t_timers->tt_draincnt == 0) { in tcp_timer_discard() [all …]
|
| H A D | tcp_usrreq.c | 2954 &tp->t_timers->tt_rexmt, &tp->t_timers->tt_persist, &tp->t_timers->tt_keep); in db_print_tcpcb() 2957 db_printf("tt_2msl: %p tt_delack: %p t_inpcb: %p\n", &tp->t_timers->tt_2msl, in db_print_tcpcb() 2958 &tp->t_timers->tt_delack, tp->t_inpcb); in db_print_tcpcb()
|
| H A D | tcp_var.h | 181 struct tcp_timer *t_timers; /* All the TCP timers in one struct */ member
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 181 struct tcp_timer *t_timers; /* All the TCP timers in one struct */ member
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 4996 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_rack() 5164 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_tlp() 5329 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_delack() 5357 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_persist() 5441 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_keepalive() 5588 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_rxt()
|