Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_timer.h165 extern int tcp_maxpersistidle;
H A Dtcp_timer.c157 int tcp_maxpersistidle; variable
514 (ticks - tp->t_rcvtime >= tcp_maxpersistidle || in tcp_timer_persist()
H A Dtcp_subr.c1484 tcp_maxpersistidle = TCPTV_KEEP_IDLE; in tcp_init()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c4755 (ticks - tp->t_rcvtime >= tcp_maxpersistidle || in bbr_timeout_persist()
H A Drack.c7415 (ticks - tp->t_rcvtime >= tcp_maxpersistidle || in rack_timeout_persist()