Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_timer.h164 extern int tcp_maxpersistidle;
H A Dtcp_timer.c198 int tcp_maxpersistidle; variable
421 ((ticks - tp->t_rcvtime) >= tcp_maxpersistidle || in tcp_timer_persist_handler()
H A Dtcp_subr.c376 tcp_maxpersistidle = TCPTV_KEEP_IDLE; in tcp_init()