Home
last modified time | relevance | path

Searched refs:tcp_rexmit_slop (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h140 (tv) = (value) + tcp_rexmit_slop; \
199 extern int tcp_rexmit_slop;
/f-stack/freebsd/netinet/
H A Dtcp_timer.h140 (tv) = (value) + tcp_rexmit_slop; \
199 extern int tcp_rexmit_slop;
H A Dtcp_timer.c138 int tcp_rexmit_slop; variable
141 &tcp_rexmit_slop, 0, sysctl_msec_to_ticks, "I",
H A Dtcp_subr.c1193 tcp_rexmit_slop = TCPTV_CPU_VAR; in tcp_init()