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:syn_fastopen
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_fastopen.c
576
if (!tp->
syn_fastopen
)
in tcp_fastopen_active_disable_ofo_check()
606
if ((tp->
syn_fastopen
|| tp->syn_data || tp->syn_data_acked) &&
in tcp_fastopen_active_detect_blackhole()
H
A
D
tcp_output.c
817
tp->
syn_fastopen
= 1;
in tcp_syn_options()
3857
tp->
syn_fastopen
= 0;
in tcp_send_syn_data()
H
A
D
tcp_input.c
5746
if (tp->
syn_fastopen
&& !tp->data_segs_in &&
in tcp_validate_incoming()
6056
if (!tp->
syn_fastopen
) {
in tcp_rcv_fastopen_synack()
6244
fastopen_fail = (tp->
syn_fastopen
|| tp->syn_data) &&
in tcp_rcv_synsent_state_process()
6557
if (tp->
syn_fastopen
&& th->fin)
in tcp_rcv_state_process()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_fastopen.c
560
if (!tp->
syn_fastopen
)
in tcp_fastopen_active_disable_ofo_check()
590
if ((tp->
syn_fastopen
|| tp->syn_data || tp->syn_data_acked) &&
in tcp_fastopen_active_detect_blackhole()
H
A
D
tcp_output.c
827
tp->
syn_fastopen
= 1;
in tcp_syn_options()
3945
tp->
syn_fastopen
= 0;
in tcp_send_syn_data()
H
A
D
tcp_input.c
5826
if (tp->
syn_fastopen
&& !tp->data_segs_in &&
in tcp_validate_incoming()
6151
if (!tp->
syn_fastopen
) {
in tcp_rcv_fastopen_synack()
6341
fastopen_fail = (tp->
syn_fastopen
|| tp->syn_data) &&
in tcp_rcv_synsent_state_process()
6660
if (tp->
syn_fastopen
&& th->fin)
in tcp_rcv_state_process()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
bpf_tcp_helpers.h
67
syn_fastopen
:1, /* SYN includes Fast Open option */
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
bpf_tcp_helpers.h
77
syn_fastopen
:1, /* SYN includes Fast Open option */
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
245
syn_fastopen
:1, /* SYN includes Fast Open option */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
277
syn_fastopen
:1, /* SYN includes Fast Open option */
member
Completed in 39 milliseconds