Searched refs:TT_KEEP (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_timer.c | 281 [TT_KEEP] = tcp_timer_keep, 401 tcp_timer_activate(tp, TT_KEEP, in tcp_timer_keep() 442 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINTVL(tp)); in tcp_timer_keep() 444 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_timer_keep()
|
H A D | toecore.c | 535 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in toe_connect_failed()
|
H A D | tcp_usrreq.c | 542 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in tcp_usr_connect() 664 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in tcp6_usr_connect() 2311 tcp_timer_activate(tp, TT_KEEP, in tcp_default_ctloutput() 2325 tcp_timer_activate(tp, TT_KEEP, in tcp_default_ctloutput()
|
H A D | tcp_var.h | 292 TT_KEEP, enumerator
|
H A D | tcp_subr.c | 1088 if (!tcp_timer_active(tp, TT_KEEP)) in tcp_default_fb_init() 1089 tcp_timer_activate(tp, TT_KEEP, in tcp_default_fb_init() 4003 COPYTIMER(TT_KEEP, tt_keep); in tcp_inptoxtp()
|
H A D | tcp_input.c | 2100 tcp_timer_activate(tp, TT_KEEP, in tcp_do_segment() 2523 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
|
H A D | tcp_syncache.c | 1000 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in syncache_socket()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 1724 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0); in do_pass_establish()
|