Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_timer.h158 #define TT_KEEP 0x0008 macro
160 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
HDtcp_timer.c413 KASSERT((tp->t_timers->tt_flags & TT_KEEP) != 0, in tcp_timer_keep()
846 case TT_KEEP: in tcp_timer_activate()
900 case TT_KEEP: in tcp_timer_active()
940 case TT_KEEP: in tcp_timer_stop()
HDtcp_usrreq.c523 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in tcp_usr_connect()
611 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in tcp6_usr_connect()
1646 tcp_timer_activate(tp, TT_KEEP, in tcp_default_ctloutput()
1660 tcp_timer_activate(tp, TT_KEEP, in tcp_default_ctloutput()
HDtoecore.c499 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in toe_connect_failed()
HDtcp_input.c1543 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
2042 tcp_timer_activate(tp, TT_KEEP, in tcp_do_segment()
2441 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment()
HDtcp_subr.c1254 tcp_timer_stop(tp, TT_KEEP); in tcp_discardcb()
1372 tcp_timer_discard((struct tcpcb *)xtp, TT_KEEP); in tcp_timer_keep_discard()
HDtcp_syncache.c912 tcp_timer_activate(tp, TT_KEEP, TP_KEEPINIT(tp)); in syncache_socket()
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c631 tcp_timer_activate(tp, TT_KEEP, in tcp_do_slowpath()
1001 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_slowpath()
1809 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment_fastslow()
2250 tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp)); in tcp_do_segment_fastack()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_listen.c751 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0); in do_pass_establish()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_listen.c1572 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0); in do_pass_establish()