OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcp_mssdflt
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
tcp_subr.c
163
int
tcp_mssdflt
= TCP_MSS;
variable in typeref:typename:int
906
tp->t_peermss =
tcp_mssdflt
;
907
tp->t_ourmss =
tcp_mssdflt
;
908
tp->t_segsz =
tcp_mssdflt
;
1725
mss = uimax(
tcp_mssdflt
, mss);
1763
mss =
tcp_mssdflt
;
Completed in 35 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025