OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCPTV_MSL
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
tcp_timer.h
119
#define
TCPTV_MSL
( 30*PR_SLOWHZ) /* max seg lifetime (hah!) */
tcp_subr.c
211
int tcp_msl_remote =
TCPTV_MSL
; /* MSL otherwise */
936
tp->t_msl =
TCPTV_MSL
;
1847
tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (
TCPTV_MSL
>> 2);
1853
tp->t_msl = tcp_msl_local ? tcp_msl_local : (
TCPTV_MSL
>> 1);
1857
tp->t_msl = tcp_msl_local ? tcp_msl_local : (
TCPTV_MSL
>> 1);
1861
tp->t_msl = tcp_msl_remote ? tcp_msl_remote :
TCPTV_MSL
;
1879
tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (
TCPTV_MSL
>> 2);
1885
tp->t_msl = tcp_msl_local ? tcp_msl_local : (
TCPTV_MSL
>> 1);
1889
tp->t_msl = tcp_msl_local ? tcp_msl_local : (
TCPTV_MSL
>> 1);
1893
tp->t_msl = tcp_msl_remote ? tcp_msl_remote :
TCPTV_MSL
;
[
all
...]
tcp_vtw.c
1350
return tcp_msl_remote ? tcp_msl_remote : (
TCPTV_MSL
>> 0);
1352
return tcp_msl_local ? tcp_msl_local : (
TCPTV_MSL
>> 1);
1354
return tcp_msl_loop ? tcp_msl_loop : (
TCPTV_MSL
>> 2);
1364
if (msl <= (tcp_msl_loop ? tcp_msl_loop : (
TCPTV_MSL
>> 2)))
1366
if (msl <= (tcp_msl_local ? tcp_msl_local : (
TCPTV_MSL
>> 1)))
2303
,
TCPTV_MSL
tcp_input.c
232
int tcp_msl = (
TCPTV_MSL
/ PR_SLOWHZ);
Completed in 119 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026