Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MAX_TCP_WINDOW
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_output.c
263
new_win = min(new_win,
MAX_TCP_WINDOW
);
in nip_tcp_select_window()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_output.c
232
(*rcv_wnd) = min(space,
MAX_TCP_WINDOW
);
in tcp_select_initial_window()
287
new_win = min(new_win,
MAX_TCP_WINDOW
);
in tcp_select_window()
H
A
D
tcp.c
3292
if (val && (val < TCP_MIN_MSS || val >
MAX_TCP_WINDOW
)) {
in do_tcp_setsockopt()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
230
(*rcv_wnd) = min(space,
MAX_TCP_WINDOW
);
in tcp_select_initial_window()
296
new_win = min(new_win,
MAX_TCP_WINDOW
);
in tcp_select_window()
H
A
D
tcp.c
3520
if (val && (val < TCP_MIN_MSS || val >
MAX_TCP_WINDOW
)) {
in do_tcp_setsockopt()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
67
#define
MAX_TCP_WINDOW
32767U
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
65
#define
MAX_TCP_WINDOW
32767U
macro
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
options.c
1298
new_win = min(new_win,
MAX_TCP_WINDOW
);
in mptcp_set_rwin()
Completed in 32 milliseconds