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_prog_aux
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
31
struct
bpf_prog_aux
;
88
int (*map_poke_track)(struct bpf_map *map, struct
bpf_prog_aux
*aux);
89
void (*map_poke_untrack)(struct bpf_map *map, struct
bpf_prog_aux
*aux);
777
struct
bpf_prog_aux
{
struct
1640
void __bpf_free_used_maps(struct
bpf_prog_aux
*aux, struct bpf_map **used_maps, u32 len);
1669
static inline bool bpf_prog_is_dev_bound(const struct
bpf_prog_aux
*aux)
in bpf_prog_is_dev_bound()
1687
static inline bool bpf_prog_is_dev_bound(struct
bpf_prog_aux
*aux)
in bpf_prog_is_dev_bound()
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
1772
struct
bpf_prog_aux
*aux = container_of(rcu, struct
bpf_prog_aux
, rcu);
in _bpf_prog_put_rcu()
H
A
D
verifier.c
8679
struct
bpf_prog_aux
*aux = env->prog->aux;
in adjust_btf_func()
10444
struct
bpf_prog_aux
*aux = env->prog->aux;
in adjust_subprog_starts_after_remove()
11681
struct
bpf_prog_aux
*aux = env->prog->aux;
in do_check_subprogs()
11863
struct
bpf_prog_aux
*aux = tgt_prog->aux;
in bpf_check_attach_target()
Completed in 25 milliseconds