OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_keepintvl
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
tcp_timer.h
192
extern u_int
tcp_keepintvl
; /* time between keepalive probes */
tcp_timer.c
147
u_int
tcp_keepintvl
= 0;
variable
192
if (
tcp_keepintvl
== 0)
193
tcp_keepintvl
= TCPTV_KEEPINTVL;
tcp_subr.c
929
tp->t_keepintvl = MIN(
tcp_keepintvl
, TCP_TIMER_MAXTICKS);
tcp_usrreq.c
347
case
TCP_KEEPINTVL
:
410
case
TCP_KEEPINTVL
:
2043
sysctl_tcp_keep, 0, &
tcp_keepintvl
, 0,
Completed in 22 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026