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:batadv_algo_get
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
bat_algo.c
37
static struct batadv_algo_ops *
batadv_algo_get
(char *name)
in batadv_algo_get()
function
62
bat_algo_ops_tmp =
batadv_algo_get
(bat_algo_ops->name);
in batadv_algo_register()
104
bat_algo_ops =
batadv_algo_get
(name);
in batadv_algo_select()
145
bat_algo_ops =
batadv_algo_get
(algo_name);
in batadv_param_set_ra()
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
bat_algo.c
37
*
batadv_algo_get
() - Search for algorithm with specific name
42
struct batadv_algo_ops *
batadv_algo_get
(const char *name)
in batadv_algo_get()
function
67
bat_algo_ops_tmp =
batadv_algo_get
(bat_algo_ops->name);
in batadv_algo_register()
109
bat_algo_ops =
batadv_algo_get
(name);
in batadv_algo_select()
127
bat_algo_ops =
batadv_algo_get
(algo_name);
in batadv_param_set_ra()
H
A
D
bat_algo.h
20
struct batadv_algo_ops *
batadv_algo_get
(const char *name);
H
A
D
soft-interface.c
1039
algo_ops =
batadv_algo_get
(nla_data(data[IFLA_BATADV_ALGO_NAME]));
in batadv_softif_validate()
Completed in 3 milliseconds