Searched refs:tcp_maxpersistidle (Results 1 – 2 of 2) sorted by relevance
150 int tcp_maxpersistidle = 0; /* max idle time in persist */ variable198 if (tcp_maxpersistidle == 0) in tcp_timer_init()199 tcp_maxpersistidle = TCPTV_KEEP_IDLE; in tcp_timer_init()489 ((tcp_now - tp->t_rcvtime) >= tcp_maxpersistidle || in tcp_timer_persist()
194 extern int tcp_maxpersistidle; /* max idle time in persist */