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:off_v1
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
xsk.c
166
struct xdp_mmap_offsets_v1
off_v1
;
in xsk_mmap_offsets_v1()
local
172
memcpy(&
off_v1
, off, sizeof(
off_v1
));
in xsk_mmap_offsets_v1()
174
off->rx.producer =
off_v1
.rx.producer;
in xsk_mmap_offsets_v1()
175
off->rx.consumer =
off_v1
.rx.consumer;
in xsk_mmap_offsets_v1()
176
off->rx.desc =
off_v1
.rx.desc;
in xsk_mmap_offsets_v1()
177
off->rx.flags =
off_v1
.rx.consumer + sizeof(__u32);
in xsk_mmap_offsets_v1()
179
off->tx.producer =
off_v1
.tx.producer;
in xsk_mmap_offsets_v1()
180
off->tx.consumer =
off_v1
.tx.consumer;
in xsk_mmap_offsets_v1()
181
off->tx.desc =
off_v1
in xsk_mmap_offsets_v1()
[all...]
/kernel/linux/linux-5.10/net/xdp/
H
A
D
xsk.c
995
struct xdp_mmap_offsets_v1
off_v1
;
in xsk_getsockopt()
local
999
if (len < sizeof(
off_v1
))
in xsk_getsockopt()
1028
xsk_enter_rxtx_offsets(&
off_v1
.rx);
in xsk_getsockopt()
1029
xsk_enter_rxtx_offsets(&
off_v1
.tx);
in xsk_getsockopt()
1030
xsk_enter_umem_offsets(&
off_v1
.fr);
in xsk_getsockopt()
1031
xsk_enter_umem_offsets(&
off_v1
.cr);
in xsk_getsockopt()
1033
len = sizeof(
off_v1
);
in xsk_getsockopt()
1034
to_copy = &
off_v1
;
in xsk_getsockopt()
/kernel/linux/linux-6.6/net/xdp/
H
A
D
xsk.c
1432
struct xdp_mmap_offsets_v1
off_v1
;
in xsk_getsockopt()
local
1436
if (len < sizeof(
off_v1
))
in xsk_getsockopt()
1465
xsk_enter_rxtx_offsets(&
off_v1
.rx);
in xsk_getsockopt()
1466
xsk_enter_rxtx_offsets(&
off_v1
.tx);
in xsk_getsockopt()
1467
xsk_enter_umem_offsets(&
off_v1
.fr);
in xsk_getsockopt()
1468
xsk_enter_umem_offsets(&
off_v1
.cr);
in xsk_getsockopt()
1470
len = sizeof(
off_v1
);
in xsk_getsockopt()
1471
to_copy = &
off_v1
;
in xsk_getsockopt()
Completed in 6 milliseconds