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:dccp_feat_table
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
feat.c
152
}
dccp_feat_table
[] = {
variable
164
#define DCCP_FEAT_SUPPORTED_MAX ARRAY_SIZE(
dccp_feat_table
)
195
return
dccp_feat_table
[idx].reconciliation;
in dccp_feat_type()
207
return idx < 0 ? 0 :
dccp_feat_table
[idx].default_value;
in dccp_feat_default_value()
313
if (
dccp_feat_table
[idx].activation_hdlr == NULL)
in __dccp_feat_activate()
317
val =
dccp_feat_table
[idx].default_value;
in __dccp_feat_activate()
318
} else if (
dccp_feat_table
[idx].reconciliation == FEAT_SP) {
in __dccp_feat_activate()
326
val =
dccp_feat_table
[idx].default_value;
in __dccp_feat_activate()
335
rx = (is_local == (
dccp_feat_table
[idx].rxtx == FEAT_AT_RX));
in __dccp_feat_activate()
338
dccp_feat_fname(
dccp_feat_table
[id
in __dccp_feat_activate()
[all...]
/kernel/linux/linux-6.6/net/dccp/
H
A
D
feat.c
152
}
dccp_feat_table
[] = {
variable
164
#define DCCP_FEAT_SUPPORTED_MAX ARRAY_SIZE(
dccp_feat_table
)
195
return
dccp_feat_table
[idx].reconciliation;
in dccp_feat_type()
207
return idx < 0 ? 0 :
dccp_feat_table
[idx].default_value;
in dccp_feat_default_value()
313
if (
dccp_feat_table
[idx].activation_hdlr == NULL)
in __dccp_feat_activate()
317
val =
dccp_feat_table
[idx].default_value;
in __dccp_feat_activate()
318
} else if (
dccp_feat_table
[idx].reconciliation == FEAT_SP) {
in __dccp_feat_activate()
326
val =
dccp_feat_table
[idx].default_value;
in __dccp_feat_activate()
335
rx = (is_local == (
dccp_feat_table
[idx].rxtx == FEAT_AT_RX));
in __dccp_feat_activate()
338
dccp_feat_fname(
dccp_feat_table
[id
in __dccp_feat_activate()
[all...]
Completed in 3 milliseconds