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:cacc_saw_newack
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
outqueue.c
112
* destination to which t was sent. If
cacc_saw_newack
120
(transport && !transport->cacc.
cacc_saw_newack
))
in sctp_cacc_skip_3_1_f()
1266
* A) Initialize the
cacc_saw_newack
to 0 for all destination
in sctp_outq_sack()
1286
transport->cacc.
cacc_saw_newack
= 0;
in sctp_outq_sack()
1318
* destinations for which
cacc_saw_newack
is set.
in sctp_outq_sack()
1320
if (transport->cacc.
cacc_saw_newack
)
in sctp_outq_sack()
1490
* far, set
cacc_saw_newack
to 1 for
in sctp_check_transmitted()
1497
transport->cacc.
cacc_saw_newack
in sctp_check_transmitted()
H
A
D
transport.c
667
t->cacc.
cacc_saw_newack
= 0;
in sctp_transport_reset()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
outqueue.c
112
* destination to which t was sent. If
cacc_saw_newack
120
(transport && !transport->cacc.
cacc_saw_newack
))
in sctp_cacc_skip_3_1_f()
1288
* A) Initialize the
cacc_saw_newack
to 0 for all destination
in sctp_outq_sack()
1308
transport->cacc.
cacc_saw_newack
= 0;
in sctp_outq_sack()
1344
* destinations for which
cacc_saw_newack
is set.
in sctp_outq_sack()
1346
if (transport->cacc.
cacc_saw_newack
)
in sctp_outq_sack()
1516
* far, set
cacc_saw_newack
to 1 for
in sctp_check_transmitted()
1523
transport->cacc.
cacc_saw_newack
in sctp_check_transmitted()
H
A
D
transport.c
825
t->cacc.
cacc_saw_newack
= 0;
in sctp_transport_reset()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
951
* char
cacc_saw_newack
;
971
char
cacc_saw_newack
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
964
* char
cacc_saw_newack
;
984
char
cacc_saw_newack
;
member
Completed in 17 milliseconds