Searched refs:TT_KEEP (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_timer.c | 280 [TT_KEEP] = tcp_timer_keep, 400 tcp_timer_activate(tp, TT_KEEP, in tcp_timer_keep() 441 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINTVL(tp)); in tcp_timer_keep() 443 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_timer_keep()
|
| H A D | toecore.c | 532 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in toe_connect_failed()
|
| H A D | tcp_usrreq.c | 515 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in tcp_usr_connect() 634 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in tcp6_usr_connect() 2260 tcp_timer_activate(tp, TT_KEEP, in tcp_default_ctloutput() 2274 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 | 1097 if (!tcp_timer_active(tp, TT_KEEP)) in tcp_default_fb_init() 1098 tcp_timer_activate(tp, TT_KEEP, in tcp_default_fb_init() 4287 COPYTIMER(TT_KEEP, tt_keep); in tcp_inptoxtp()
|
| H A D | tcp_input.c | 2058 tcp_timer_activate(tp, TT_KEEP, in tcp_do_segment() 2478 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
|
| H A D | tcp_syncache.c | 1010 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in syncache_socket()
|
| H A D | tcp_log_buf.c | 3271 case TT_KEEP: in db_print_rto()
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_listen.c | 1731 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0); in do_pass_establish()
|