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
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
outqueue.c
120
(transport && !transport->
cacc
.cacc_saw_newack))
in sctp_cacc_skip_3_1_f()
136
if (!primary->
cacc
.cycling_changeover) {
in sctp_cacc_skip_3_1()
155
if (primary->
cacc
.cycling_changeover &&
in sctp_cacc_skip_3_2()
156
TSN_lt(tsn, primary->
cacc
.next_tsn_at_change))
in sctp_cacc_skip_3_2()
180
if (primary->
cacc
.changeover_active &&
in sctp_cacc_skip()
1272
if (primary->
cacc
.changeover_active) {
in sctp_outq_sack()
1275
if (TSN_lte(primary->
cacc
.next_tsn_at_change, sack_ctsn)) {
in sctp_outq_sack()
1276
primary->
cacc
.changeover_active = 0;
in sctp_outq_sack()
1284
transport->
cacc
.cycling_changeover = 0;
in sctp_outq_sack()
1286
transport->
cacc
in sctp_outq_sack()
[all...]
H
A
D
transport.c
664
t->
cacc
.changeover_active = 0;
in sctp_transport_reset()
665
t->
cacc
.cycling_changeover = 0;
in sctp_transport_reset()
666
t->
cacc
.next_tsn_at_change = 0;
in sctp_transport_reset()
667
t->
cacc
.cacc_saw_newack = 0;
in sctp_transport_reset()
H
A
D
associola.c
465
if (transport->
cacc
.changeover_active)
in sctp_assoc_set_primary()
466
transport->
cacc
.cycling_changeover = changeover;
in sctp_assoc_set_primary()
471
transport->
cacc
.changeover_active = changeover;
in sctp_assoc_set_primary()
476
transport->
cacc
.next_tsn_at_change = asoc->next_tsn;
in sctp_assoc_set_primary()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
outqueue.c
120
(transport && !transport->
cacc
.cacc_saw_newack))
in sctp_cacc_skip_3_1_f()
136
if (!primary->
cacc
.cycling_changeover) {
in sctp_cacc_skip_3_1()
155
if (primary->
cacc
.cycling_changeover &&
in sctp_cacc_skip_3_2()
156
TSN_lt(tsn, primary->
cacc
.next_tsn_at_change))
in sctp_cacc_skip_3_2()
180
if (primary->
cacc
.changeover_active &&
in sctp_cacc_skip()
1294
if (primary->
cacc
.changeover_active) {
in sctp_outq_sack()
1297
if (TSN_lte(primary->
cacc
.next_tsn_at_change, sack_ctsn)) {
in sctp_outq_sack()
1298
primary->
cacc
.changeover_active = 0;
in sctp_outq_sack()
1306
transport->
cacc
.cycling_changeover = 0;
in sctp_outq_sack()
1308
transport->
cacc
in sctp_outq_sack()
[all...]
H
A
D
transport.c
822
t->
cacc
.changeover_active = 0;
in sctp_transport_reset()
823
t->
cacc
.cycling_changeover = 0;
in sctp_transport_reset()
824
t->
cacc
.next_tsn_at_change = 0;
in sctp_transport_reset()
825
t->
cacc
.cacc_saw_newack = 0;
in sctp_transport_reset()
H
A
D
associola.c
466
if (transport->
cacc
.changeover_active)
in sctp_assoc_set_primary()
467
transport->
cacc
.cycling_changeover = changeover;
in sctp_assoc_set_primary()
472
transport->
cacc
.changeover_active = changeover;
in sctp_assoc_set_primary()
477
transport->
cacc
.next_tsn_at_change = asoc->next_tsn;
in sctp_assoc_set_primary()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
972
}
cacc
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
985
}
cacc
;
member
Completed in 18 milliseconds