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_keepcnt
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
tcp_timer.h
193
extern u_int
tcp_keepcnt
; /* number of keepalives, 0=infty */
tcp_timer.c
148
u_int
tcp_keepcnt
= 0; /* max idle probes */
variable
195
if (
tcp_keepcnt
== 0)
196
tcp_keepcnt
= TCPTV_KEEPCNT;
tcp_subr.c
930
tp->t_keepcnt = MAX(1, MIN(
tcp_keepcnt
, TCP_TIMER_MAXTICKS));
tcp_usrreq.c
358
case
TCP_KEEPCNT
:
413
case
TCP_KEEPCNT
:
2049
sysctl_tcp_keep, 0, &
tcp_keepcnt
, 0,
Completed in 32 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026