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:tcp_fastopen
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
tcp_fastopen_backup_key.sh
15
ip netns exec "${NETNS}" sysctl -w net.ipv4.
tcp_fastopen
=3 \
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
tcp_fastopen_backup_key.sh
15
ip netns exec "${NETNS}" sysctl -w net.ipv4.
tcp_fastopen
=3 \
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_connect.sh
792
ip netns exec "$ns1" sysctl -q net.ipv4.
tcp_fastopen
=2
793
ip netns exec "$ns2" sysctl -q net.ipv4.
tcp_fastopen
=1
801
ip netns exec "$ns1" sysctl -q net.ipv4.
tcp_fastopen
=0
802
ip netns exec "$ns2" sysctl -q net.ipv4.
tcp_fastopen
=0
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
Makefile
11
tcp_minisocks.o tcp_cong.o tcp_metrics.o
tcp_fastopen
.o \
H
A
D
tcp_fastopen.c
369
int
tcp_fastopen
= READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen);
in tcp_try_fastopen()
local
377
if (!((
tcp_fastopen
& TFO_SERVER_ENABLE) &&
in tcp_try_fastopen()
H
A
D
af_inet.c
203
int err,
tcp_fastopen
;
in inet_listen()
local
226
tcp_fastopen
= READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen);
in inet_listen()
227
if ((
tcp_fastopen
& TFO_SERVER_WO_SOCKOPT1) &&
in inet_listen()
228
(
tcp_fastopen
& TFO_SERVER_ENABLE) &&
in inet_listen()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
Makefile
11
tcp_minisocks.o tcp_cong.o tcp_metrics.o
tcp_fastopen
.o \
H
A
D
tcp_fastopen.c
353
int
tcp_fastopen
= READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen);
in tcp_try_fastopen()
local
361
if (!((
tcp_fastopen
& TFO_SERVER_ENABLE) &&
in tcp_try_fastopen()
H
A
D
af_inet.c
193
int err,
tcp_fastopen
;
in __inet_listen_sk()
local
209
tcp_fastopen
= READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen);
in __inet_listen_sk()
210
if ((
tcp_fastopen
& TFO_SERVER_WO_SOCKOPT1) &&
in __inet_listen_sk()
211
(
tcp_fastopen
& TFO_SERVER_ENABLE) &&
in __inet_listen_sk()
Completed in 9 milliseconds