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_data_acked
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_fastopen.c
215
tp->
syn_data_acked
= 1;
in tcp_fastopen_add_skb()
606
if ((tp->syn_fastopen || tp->syn_data || tp->
syn_data_acked
) &&
in tcp_fastopen_active_detect_blackhole()
H
A
D
tcp.c
2916
tp->
syn_data_acked
= 0;
in tcp_disconnect()
3619
if (tp->
syn_data_acked
)
in tcp_get_info()
H
A
D
tcp_input.c
6090
tp->
syn_data_acked
= tp->syn_data;
in tcp_rcv_fastopen_synack()
6091
if (tp->
syn_data_acked
) {
in tcp_rcv_fastopen_synack()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_fastopen.c
198
tp->
syn_data_acked
= 1;
in tcp_fastopen_add_skb()
590
if ((tp->syn_fastopen || tp->syn_data || tp->
syn_data_acked
) &&
in tcp_fastopen_active_detect_blackhole()
H
A
D
tcp.c
3088
tp->
syn_data_acked
= 0;
in tcp_disconnect()
3784
if (tp->
syn_data_acked
)
in tcp_get_info()
H
A
D
tcp_input.c
6183
tp->
syn_data_acked
= tp->syn_data;
in tcp_rcv_fastopen_synack()
6184
if (tp->
syn_data_acked
) {
in tcp_rcv_fastopen_synack()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
bpf_tcp_helpers.h
70
syn_data_acked
:1,/* data in SYN is acked by SYN-ACK */
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
bpf_tcp_helpers.h
80
syn_data_acked
:1,/* data in SYN is acked by SYN-ACK */
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
248
syn_data_acked
:1,/* data in SYN is acked by SYN-ACK */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
280
syn_data_acked
:1,/* data in SYN is acked by SYN-ACK */
member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
1091
newtp->
syn_data_acked
= 0;
in tcp_nip_create_openreq_child()
Completed in 35 milliseconds