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:FLAG_ECE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_input.c
95
#define
FLAG_ECE
0x40 /* ECE in this ACK */
macro
109
#define FLAG_CA_ALERT (FLAG_DATA_SACKED|
FLAG_ECE
|FLAG_DSACKING_ACK)
2704
if (flag &
FLAG_ECE
)
in tcp_try_to_open()
2858
tcp_add_reno_sack(sk, num_dupack, flag &
FLAG_ECE
);
in tcp_process_loss()
2944
bool ece_ack = flag &
FLAG_ECE
;
in tcp_fastretrans_alert()
3743
if (flag &
FLAG_ECE
)
in tcp_newly_delivered()
3845
flag |=
FLAG_ECE
;
in tcp_ack()
3851
flag &
FLAG_ECE
);
in tcp_ack()
3879
flag &
FLAG_ECE
);
in tcp_ack()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_input.c
92
#define
FLAG_ECE
0x40 /* ECE in this ACK */
macro
107
#define FLAG_CA_ALERT (FLAG_DATA_SACKED|
FLAG_ECE
|FLAG_DSACKING_ACK)
2722
if (flag &
FLAG_ECE
)
in tcp_try_to_open()
2891
tcp_add_reno_sack(sk, num_dupack, flag &
FLAG_ECE
);
in tcp_process_loss()
2977
bool ece_ack = flag &
FLAG_ECE
;
in tcp_fastretrans_alert()
3777
if (flag &
FLAG_ECE
)
in tcp_newly_delivered()
3879
flag |=
FLAG_ECE
;
in tcp_ack()
3885
flag &
FLAG_ECE
);
in tcp_ack()
3913
&sack_state, flag &
FLAG_ECE
);
in tcp_ack()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
108
#define
FLAG_ECE
0x40 /* ECE in this ACK */
macro
120
#define FLAG_CA_ALERT (FLAG_DATA_SACKED |
FLAG_ECE
)
Completed in 19 milliseconds