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_md
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libbpf/src/
H
A
D
bpf_helper_defs.h
35
struct
xdp_md
;
1122
* Adjust (move) *
xdp_md
*\ **->data** by *delta* bytes. Note that
1136
static long (*bpf_xdp_adjust_head)(struct
xdp_md
*
xdp_md
, int delta) = (void *) 44;
1368
* Adjust the address pointed by *
xdp_md
*\ **->data_meta** by
1370
* operation modifies the address stored in *
xdp_md
*\ **->data**,
1374
* The use of *
xdp_md
*\ **->data_meta** is optional and programs
1396
static long (*bpf_xdp_adjust_meta)(struct
xdp_md
*
xdp_md
, int delta) = (void *) 54;
1709
* Adjust (move) *
xdp_md
*\ **
[all...]
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf.h
2634
* long bpf_xdp_adjust_head(struct xdp_buff *
xdp_md
, int delta)
2636
* Adjust (move) *
xdp_md
*\ **->data** by *delta* bytes. Note that
2862
* long bpf_xdp_adjust_meta(struct xdp_buff *
xdp_md
, int delta)
2864
* Adjust the address pointed by *
xdp_md
*\ **->data_meta** by
2866
* operation modifies the address stored in *
xdp_md
*\ **->data**,
2870
* The use of *
xdp_md
*\ **->data_meta** is optional and programs
3159
* long bpf_xdp_adjust_tail(struct xdp_buff *
xdp_md
, int delta)
3161
* Adjust (move) *
xdp_md
*\ **->data_end** by *delta* bytes. It is
3291
* *ctx* is either **struct
xdp_md
** for XDP programs or
4961
* *ctx* is either **struct
xdp_md
** fo
6329
struct
xdp_md
{
global()
struct
[all...]
Completed in 11 milliseconds