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:bpf_trampoline
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
618
struct
bpf_trampoline
{
struct
676
int bpf_trampoline_link_prog(struct bpf_prog *prog, struct
bpf_trampoline
*tr);
677
int bpf_trampoline_unlink_prog(struct bpf_prog *prog, struct
bpf_trampoline
*tr);
678
struct
bpf_trampoline
*bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info);
679
void bpf_trampoline_put(struct
bpf_trampoline
*tr);
715
static inline int bpf_trampoline_link_prog(struct bpf_prog *prog, struct
bpf_trampoline
*tr)
in bpf_trampoline_link_prog()
719
static inline int bpf_trampoline_unlink_prog(struct bpf_prog *prog, struct
bpf_trampoline
*tr)
in bpf_trampoline_unlink_prog()
723
static inline struct
bpf_trampoline
*bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info)
in bpf_trampoline_get()
727
static inline void bpf_trampoline_put(struct
bpf_trampoline
*tr)
in bpf_trampoline_put()
794
struct
bpf_trampoline
*dst_trampolin
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
2559
struct
bpf_trampoline
*trampoline;
2611
struct
bpf_trampoline
*tr = NULL;
in bpf_tracing_prog_attach()
H
A
D
verifier.c
12068
struct
bpf_trampoline
*tr;
in check_attach_btf_id()
Completed in 26 milliseconds