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:xdp_id
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
netlink.c
243
struct xdp_id_md *
xdp_id
= cookie;
in get_xdp_info()
local
247
if (
xdp_id
->ifindex &&
xdp_id
->ifindex != ifinfo->ifi_index)
in get_xdp_info()
260
xdp_id
->info.attach_mode = libbpf_nla_getattr_u8(
in get_xdp_info()
263
if (
xdp_id
->info.attach_mode == XDP_ATTACHED_NONE)
in get_xdp_info()
267
xdp_id
->info.prog_id = libbpf_nla_getattr_u32(
in get_xdp_info()
271
xdp_id
->info.skb_prog_id = libbpf_nla_getattr_u32(
in get_xdp_info()
275
xdp_id
->info.drv_prog_id = libbpf_nla_getattr_u32(
in get_xdp_info()
279
xdp_id
->info.hw_prog_id = libbpf_nla_getattr_u32(
in get_xdp_info()
291
struct xdp_id_md
xdp_id
in bpf_get_link_xdp_info()
local
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
netlink.c
363
struct xdp_id_md *
xdp_id
= cookie;
in get_xdp_info()
local
367
if (
xdp_id
->ifindex &&
xdp_id
->ifindex != ifinfo->ifi_index)
in get_xdp_info()
380
xdp_id
->info.attach_mode = libbpf_nla_getattr_u8(
in get_xdp_info()
383
if (
xdp_id
->info.attach_mode == XDP_ATTACHED_NONE)
in get_xdp_info()
387
xdp_id
->info.prog_id = libbpf_nla_getattr_u32(
in get_xdp_info()
391
xdp_id
->info.skb_prog_id = libbpf_nla_getattr_u32(
in get_xdp_info()
395
xdp_id
->info.drv_prog_id = libbpf_nla_getattr_u32(
in get_xdp_info()
399
xdp_id
->info.hw_prog_id = libbpf_nla_getattr_u32(
in get_xdp_info()
439
struct xdp_id_md
xdp_id
in bpf_xdp_query()
local
[all...]
Completed in 2 milliseconds