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:tvlv_hdr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
tvlv.c
138
if (tvlv_tmp->
tvlv_hdr
.type != type)
in batadv_tvlv_container_get()
141
if (tvlv_tmp->
tvlv_hdr
.version != version)
in batadv_tvlv_container_get()
171
tvlv_len += ntohs(tvlv->
tvlv_hdr
.len);
in batadv_tvlv_container_list_size()
244
tvlv_new->
tvlv_hdr
.version = version;
in batadv_tvlv_container_register()
245
tvlv_new->
tvlv_hdr
.type = type;
in batadv_tvlv_container_register()
246
tvlv_new->
tvlv_hdr
.len = htons(tvlv_value_len);
in batadv_tvlv_container_register()
248
memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->
tvlv_hdr
.len));
in batadv_tvlv_container_register()
316
struct batadv_tvlv_hdr *
tvlv_hdr
;
in batadv_tvlv_container_ogm_append()
local
336
tvlv_hdr
= tvlv_value;
in batadv_tvlv_container_ogm_append()
337
tvlv_hdr
in batadv_tvlv_container_ogm_append()
425
struct batadv_
tvlv_hdr
*
tvlv_hdr
;
batadv_tvlv_containers_process()
local
596
struct batadv_
tvlv_hdr
*
tvlv_hdr
;
batadv_tvlv_unicast_send()
local
[all...]
H
A
D
types.h
2401
/** @
tvlv_hdr
: tvlv header information needed to construct the tvlv */
2402
struct batadv_tvlv_hdr
tvlv_hdr
;
member
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
tvlv.c
138
if (tvlv_tmp->
tvlv_hdr
.type != type)
in batadv_tvlv_container_get()
141
if (tvlv_tmp->
tvlv_hdr
.version != version)
in batadv_tvlv_container_get()
171
tvlv_len += ntohs(tvlv->
tvlv_hdr
.len);
in batadv_tvlv_container_list_size()
244
tvlv_new->
tvlv_hdr
.version = version;
in batadv_tvlv_container_register()
245
tvlv_new->
tvlv_hdr
.type = type;
in batadv_tvlv_container_register()
246
tvlv_new->
tvlv_hdr
.len = htons(tvlv_value_len);
in batadv_tvlv_container_register()
248
memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->
tvlv_hdr
.len));
in batadv_tvlv_container_register()
316
struct batadv_tvlv_hdr *
tvlv_hdr
;
in batadv_tvlv_container_ogm_append()
local
336
tvlv_hdr
= tvlv_value;
in batadv_tvlv_container_ogm_append()
337
tvlv_hdr
in batadv_tvlv_container_ogm_append()
441
struct batadv_
tvlv_hdr
*
tvlv_hdr
;
batadv_tvlv_containers_process()
local
622
struct batadv_
tvlv_hdr
*
tvlv_hdr
;
batadv_tvlv_unicast_send()
local
[all...]
H
A
D
types.h
2313
/** @
tvlv_hdr
: tvlv header information needed to construct the tvlv */
2314
struct batadv_tvlv_hdr
tvlv_hdr
;
member
Completed in 9 milliseconds