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_keepinit
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
tcp_timer.h
190
extern u_int
tcp_keepinit
; /* time before initial connection times out */
tcp_timer.c
145
u_int
tcp_keepinit
= 0;
variable
186
if (
tcp_keepinit
== 0)
187
tcp_keepinit
= TCPTV_KEEP_INIT;
tcp_syncache.c
444
if (sc->sc_rxttot >= MIN(
tcp_keepinit
, TCP_TIMER_MAXTICKS))
tcp_subr.c
927
tp->t_keepinit = MIN(
tcp_keepinit
, TCP_TIMER_MAXTICKS);
tcp_usrreq.c
369
case
TCP_KEEPINIT
:
416
case
TCP_KEEPINIT
:
2114
sysctl_tcp_keep, 0, &
tcp_keepinit
, 0,
Completed in 28 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026