Home
last modified time | relevance | path

Searched refs:TCPTV_RTOBASE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_timer.h140 #define TCPTV_RTOBASE \ macro
H A Dtcp_syncache.c219 return (TCPTV_RTOBASE * tcp_syn_backoff_low[slot]); in syncache_rto()
221 return (TCPTV_RTOBASE * tcp_syn_backoff[slot]); in syncache_rto()
H A Dtcp_subr.c770 ((TCPTV_RTOBASE - TCPTV_SRTTBASE) << TCP_RTTVAR_SHIFT) / 4; in tcp_newtcpcb()
772 tp->t_rxtcur = TCPTV_RTOBASE; in tcp_newtcpcb()