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:gnl
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libbpf/src/
H
A
D
netlink.c
252
struct genlmsghdr *
gnl
= NLMSG_DATA(nh);
in parse_genl_family_id()
local
253
struct nlattr *na = (struct nlattr *)((void *)
gnl
+ GENL_HDRLEN);
in parse_genl_family_id()
258
NLMSG_PAYLOAD(nh, sizeof(*
gnl
)), NULL);
in parse_genl_family_id()
273
.
gnl
.cmd = CTRL_CMD_GETFAMILY,
in libbpf_netlink_resolve_genl_family_id()
274
.
gnl
.version = 2,
in libbpf_netlink_resolve_genl_family_id()
408
struct genlmsghdr *
gnl
= NLMSG_DATA(nh);
in parse_xdp_features()
local
409
struct nlattr *na = (struct nlattr *)((void *)
gnl
+ GENL_HDRLEN);
in parse_xdp_features()
415
NLMSG_PAYLOAD(nh, sizeof(*
gnl
)), NULL);
in parse_xdp_features()
487
req.
gnl
.cmd = NETDEV_CMD_DEV_GET;
in bpf_xdp_query()
488
req.
gnl
in bpf_xdp_query()
[all...]
H
A
D
nlattr.h
62
struct genlmsghdr
gnl
;
member
Completed in 2 milliseconds