Home
last modified time | relevance | path

Searched refs:TT_KEEP (Results 1 – 10 of 10) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h167 #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 Dtcp_timer.h167 #define TT_KEEP 0x0008 macro
169 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
H A Dtcp_timer.c921 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 Dtoecore.c524 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in toe_connect_failed()
H A Dtcp_usrreq.c622 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 Dtcp_subr.c740 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 Dtcp_input.c2074 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 Dtcp_syncache.c1116 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in syncache_socket()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c5951 tcp_timer_suspend(tp, TT_KEEP); in rack_stop_all_timers()
H A Dbbr.c9992 tcp_timer_suspend(tp, TT_KEEP); in bbr_stop_all_timers()