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:hardif
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
bat_v.h
15
void batadv_v_hardif_init(struct batadv_hard_iface *
hardif
);
26
static inline void batadv_v_hardif_init(struct batadv_hard_iface *
hardif
)
in batadv_v_hardif_init()
argument
H
A
D
originator.c
238
* batadv_hardif_neigh_release() - release
hardif
neigh node from lists and
507
* batadv_hardif_neigh_create() - create a
hardif
neighbour node
512
* Return: the
hardif
neighbour node if found or created or NULL otherwise.
553
* batadv_hardif_neigh_get_or_create() - retrieve or create a
hardif
neighbour
559
* Return: the
hardif
neighbour node if found or created or NULL otherwise.
577
* batadv_hardif_neigh_get() - retrieve a
hardif
neighbour from the list
745
struct batadv_hard_iface *
hardif
= BATADV_IF_DEFAULT;
in batadv_hardif_neigh_dump()
local
774
hardif
= batadv_hardif_get_by_netdev(hard_iface);
in batadv_hardif_neigh_dump()
776
if (!
hardif
) {
in batadv_hardif_neigh_dump()
781
if (
hardif
in batadv_hardif_neigh_dump()
1422
struct batadv_hard_iface *
hardif
= BATADV_IF_DEFAULT;
batadv_orig_dump()
local
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
bat_v.h
15
void batadv_v_hardif_init(struct batadv_hard_iface *
hardif
);
26
static inline void batadv_v_hardif_init(struct batadv_hard_iface *
hardif
)
in batadv_v_hardif_init()
argument
H
A
D
originator.c
237
* batadv_hardif_neigh_release() - release
hardif
neigh node from lists and
506
* batadv_hardif_neigh_create() - create a
hardif
neighbour node
511
* Return: the
hardif
neighbour node if found or created or NULL otherwise.
552
* batadv_hardif_neigh_get_or_create() - retrieve or create a
hardif
neighbour
558
* Return: the
hardif
neighbour node if found or created or NULL otherwise.
576
* batadv_hardif_neigh_get() - retrieve a
hardif
neighbour from the list
707
struct batadv_hard_iface *
hardif
= BATADV_IF_DEFAULT;
in batadv_hardif_neigh_dump()
local
736
hardif
= batadv_hardif_get_by_netdev(hard_iface);
in batadv_hardif_neigh_dump()
738
if (!
hardif
) {
in batadv_hardif_neigh_dump()
743
if (
hardif
in batadv_hardif_neigh_dump()
1291
struct batadv_hard_iface *
hardif
= BATADV_IF_DEFAULT;
batadv_orig_dump()
local
[all...]
Completed in 3 milliseconds