Searched refs:TT_KEEP (Results 1 – 10 of 10) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_timer.h | 167 #define TT_KEEP 0x0008 macro 169 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timer.h | 167 #define TT_KEEP 0x0008 macro 169 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
|
| H A D | tcp_timer.c | 921 case TT_KEEP: in tcp_timer_activate() 958 case TT_KEEP: in tcp_timer_active() 1000 case TT_KEEP: in tcp_timer_suspend() 1052 case TT_KEEP: in tcp_timers_unsuspend() 1055 tcp_timer_activate(tp, TT_KEEP, in tcp_timers_unsuspend() 1094 case TT_KEEP: in tcp_timer_stop()
|
| H A D | toecore.c | 524 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in toe_connect_failed()
|
| H A D | tcp_usrreq.c | 622 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in tcp_usr_connect() 736 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in tcp6_usr_connect() 2309 tcp_timer_activate(tp, TT_KEEP, in tcp_default_ctloutput() 2323 tcp_timer_activate(tp, TT_KEEP, in tcp_default_ctloutput()
|
| H A D | tcp_subr.c | 740 if (!tcp_timer_active(tp, TT_KEEP)) in tcp_default_fb_init() 741 tcp_timer_activate(tp, TT_KEEP, in tcp_default_fb_init() 1937 tcp_timer_stop(tp, TT_KEEP); in tcp_discardcb()
|
| H A D | tcp_input.c | 2074 tcp_timer_activate(tp, TT_KEEP, in tcp_do_segment() 2458 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
|
| H A D | tcp_syncache.c | 1116 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in syncache_socket()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 5951 tcp_timer_suspend(tp, TT_KEEP); in rack_stop_all_timers()
|
| H A D | bbr.c | 9992 tcp_timer_suspend(tp, TT_KEEP); in bbr_stop_all_timers()
|