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:GENLMSG_DATA
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/accounting/
H
A
D
procacct.c
49
#define
GENLMSG_DATA
(glh) ((void *)(NLMSG_DATA(glh) + GENL_HDRLEN))
macro
143
na = (struct nlattr *)
GENLMSG_DATA
(&msg);
in send_cmd()
193
na = (struct nlattr *)
GENLMSG_DATA
(&ans);
in get_family_id()
374
na = (struct nlattr *)
GENLMSG_DATA
(&msg);
in main()
393
na = (struct nlattr *) (
GENLMSG_DATA
(&msg) + len);
in main()
H
A
D
getdelays.c
37
#define
GENLMSG_DATA
(glh) ((void *)(NLMSG_DATA(glh) + GENL_HDRLEN))
macro
136
na = (struct nlattr *)
GENLMSG_DATA
(&msg);
in send_cmd()
186
na = (struct nlattr *)
GENLMSG_DATA
(&ans);
in get_family_id()
490
na = (struct nlattr *)
GENLMSG_DATA
(&msg);
in main()
552
na = (struct nlattr *) (
GENLMSG_DATA
(&msg) + len);
in main()
/kernel/linux/linux-5.10/tools/accounting/
H
A
D
getdelays.c
37
#define
GENLMSG_DATA
(glh) ((void *)(NLMSG_DATA(glh) + GENL_HDRLEN))
macro
137
na = (struct nlattr *)
GENLMSG_DATA
(&msg);
in send_cmd()
187
na = (struct nlattr *)
GENLMSG_DATA
(&ans);
in get_family_id()
474
na = (struct nlattr *)
GENLMSG_DATA
(&msg);
in main()
538
na = (struct nlattr *) (
GENLMSG_DATA
(&msg) + len);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/nci/
H
A
D
nci_dev.c
21
#define
GENLMSG_DATA
(glh) ((void *)(NLMSG_DATA(glh) + GENL_HDRLEN))
macro
132
na = (struct nlattr *)(
GENLMSG_DATA
(&msg) + prv_len);
in send_cmd_mt_nla()
202
na = (struct nlattr *)
GENLMSG_DATA
(&ans);
in get_family_id()
235
na = (struct nlattr *)(
GENLMSG_DATA
(&ans) + len);
in get_family_id()
285
na = (struct nlattr *)
GENLMSG_DATA
(msg);
in get_dev_enable_state()
292
na = (struct nlattr *)(
GENLMSG_DATA
(msg) + len);
in get_dev_enable_state()
669
na = (struct nlattr *)
GENLMSG_DATA
(&ans);
in get_taginfo()
686
na = (struct nlattr *)(
GENLMSG_DATA
(&ans) + len);
in get_taginfo()
Completed in 4 milliseconds