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:NLA_HDRLEN
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libbpf/src/
H
A
D
nlattr.h
86
return (void *)nla +
NLA_HDRLEN
;
in libbpf_nla_data()
120
return nla->nla_len -
NLA_HDRLEN
;
in libbpf_nla_len()
133
return (struct nlattr *)((void *)nla +
NLA_HDRLEN
);
in nla_data()
146
if (NLMSG_ALIGN(req->nh.nlmsg_len) + NLA_ALIGN(
NLA_HDRLEN
+ len) > sizeof(*req))
in nlattr_add()
153
nla->nla_len =
NLA_HDRLEN
+ len;
in nlattr_add()
/third_party/ltp/testcases/kernel/controllers/cgroup/
H
A
D
cgroup_regression_getdelays.c
44
#define NLA_DATA(na) ((void *)((char*)(na) +
NLA_HDRLEN
))
45
#define NLA_PAYLOAD(len) (len -
NLA_HDRLEN
)
142
na->nla_len = nla_len + 1 +
NLA_HDRLEN
;
in send_cmd()
/third_party/libbpf/include/uapi/linux/
H
A
D
netlink.h
203
* <-------
NLA_HDRLEN
------> <-- NLA_ALIGN(payload)-->
232
#define
NLA_HDRLEN
((int) NLA_ALIGN(sizeof(struct nlattr)))
macro
Completed in 3 milliseconds