OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_keepidle
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
tcp_timer.c
550
tp->
t_keepidle
+ tp->t_maxidle))
572
TCP_TIMER_ARM(tp, TCPT_KEEP, tp->
t_keepidle
);
tcp_var.h
388
u_int
t_keepidle
;
member in struct:tcpcb
tcp_usrreq.c
189
TCP_TIMER_ARM(tp, TCPT_KEEP, tp->
t_keepidle
);
341
tp->
t_keepidle
= ui;
408
optval = tp->
t_keepidle
;
tcp_subr.c
928
tp->
t_keepidle
= MIN(tcp_keepidle, TCP_TIMER_MAXTICKS);
1901
TCP_TIMER_ARM(tp, TCPT_KEEP, tp->
t_keepidle
);
tcp_input.c
1726
TCP_TIMER_ARM(tp, TCPT_KEEP, tp->
t_keepidle
);
Completed in 25 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025