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_entry
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
feat.c
279
static void dccp_feat_print_entry(struct
dccp_feat_entry
const *entry)
in dccp_feat_print_entry()
294
const struct
dccp_feat_entry
*___entry; \
389
static struct
dccp_feat_entry
*
390
dccp_feat_clone_entry(struct
dccp_feat_entry
const *original)
in dccp_feat_clone_entry()
392
struct
dccp_feat_entry
*new;
in dccp_feat_clone_entry()
398
new = kmemdup(original, sizeof(struct
dccp_feat_entry
), gfp_any());
in dccp_feat_clone_entry()
411
static void dccp_feat_entry_destructor(struct
dccp_feat_entry
*entry)
in dccp_feat_entry_destructor()
428
static struct
dccp_feat_entry
*dccp_feat_list_lookup(struct list_head *fn_list,
in dccp_feat_list_lookup()
431
struct
dccp_feat_entry
*entry;
in dccp_feat_list_lookup()
450
static struct
dccp_feat_entry
*
[all...]
H
A
D
feat.h
66
struct
dccp_feat_entry
{
struct
79
static inline u8 dccp_feat_genopt(struct
dccp_feat_entry
*entry)
in dccp_feat_genopt()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
feat.c
279
static void dccp_feat_print_entry(struct
dccp_feat_entry
const *entry)
in dccp_feat_print_entry()
294
const struct
dccp_feat_entry
*___entry; \
389
static struct
dccp_feat_entry
*
390
dccp_feat_clone_entry(struct
dccp_feat_entry
const *original)
in dccp_feat_clone_entry()
392
struct
dccp_feat_entry
*new;
in dccp_feat_clone_entry()
398
new = kmemdup(original, sizeof(struct
dccp_feat_entry
), gfp_any());
in dccp_feat_clone_entry()
411
static void dccp_feat_entry_destructor(struct
dccp_feat_entry
*entry)
in dccp_feat_entry_destructor()
428
static struct
dccp_feat_entry
*dccp_feat_list_lookup(struct list_head *fn_list,
in dccp_feat_list_lookup()
431
struct
dccp_feat_entry
*entry;
in dccp_feat_list_lookup()
450
static struct
dccp_feat_entry
*
[all...]
H
A
D
feat.h
66
struct
dccp_feat_entry
{
struct
79
static inline u8 dccp_feat_genopt(struct
dccp_feat_entry
*entry)
in dccp_feat_genopt()
Completed in 4 milliseconds