Home
last modified time | relevance | path

Searched refs:tcp_totbackoff (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h203 extern int tcp_totbackoff;
/f-stack/freebsd/netinet/
H A Dtcp_timer.h203 extern int tcp_totbackoff;
H A Dtcp_timer.c263 int tcp_totbackoff = 2559; /* sum of tcp_backoff[] */ variable
563 ticks - tp->t_rcvtime >= TCP_REXMTVAL(tp) * tcp_totbackoff)) { in tcp_timer_persist()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c5382 ticks - tp->t_rcvtime >= TCP_REXMTVAL(tp) * tcp_totbackoff)) { in rack_timeout_persist()
H A Dbbr.c4781 ticks - tp->t_rcvtime >= TCP_REXMTVAL(tp) * tcp_totbackoff)) { in bbr_timeout_persist()