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_key
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_lookup_key.c
21
extern struct
bpf_key
*bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
22
extern struct
bpf_key
*bpf_lookup_system_key(__u64 id) __ksym;
23
extern void bpf_key_put(struct
bpf_key
*key) __ksym;
28
struct
bpf_key
*bkey;
in BPF_PROG()
H
A
D
test_verify_pkcs7_sig.c
17
extern struct
bpf_key
*bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
18
extern struct
bpf_key
*bpf_lookup_system_key(__u64 id) __ksym;
19
extern void bpf_key_put(struct
bpf_key
*key) __ksym;
22
struct
bpf_key
*trusted_keyring) __ksym;
49
struct
bpf_key
*trusted_keyring;
in BPF_PROG()
H
A
D
test_kfunc_dynptr_param.c
15
extern struct
bpf_key
*bpf_lookup_system_key(__u64 id) __ksym;
16
extern void bpf_key_put(struct
bpf_key
*key) __ksym;
19
struct
bpf_key
*trusted_keyring) __ksym;
60
struct
bpf_key
*trusted_keyring;
in BPF_PROG()
H
A
D
rcu_read_lock.c
22
struct
bpf_key
*bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
23
void bpf_key_put(struct
bpf_key
*key) __ksym;
247
struct
bpf_key
*bkey;
in BPF_PROG()
H
A
D
verifier_ref_tracking.c
26
struct
bpf_key
{} __attribute__((preserve_access_index));
struct
28
extern void bpf_key_put(struct
bpf_key
*key) __ksym;
29
extern struct
bpf_key
*bpf_lookup_system_key(__u64 id) __ksym;
30
extern struct
bpf_key
*bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
bpf_trace.c
1266
* return it in the
bpf_key
structure.
1268
* The
bpf_key
structure must be passed to bpf_key_put() when done
1270
*
bpf_key
structure is freed.
1281
* Return: a
bpf_key
pointer with a valid key pointer if the key is found, a
1284
__bpf_kfunc struct
bpf_key
*bpf_lookup_user_key(u32 serial, u64 flags)
in bpf_lookup_user_key()
1287
struct
bpf_key
*bkey;
in bpf_lookup_user_key()
1316
* Obtain a
bpf_key
structure with a key pointer set to the passed key ID.
1330
* Return: a
bpf_key
pointer with an invalid key pointer set from the
1333
__bpf_kfunc struct
bpf_key
*bpf_lookup_system_key(u64 id)
in bpf_lookup_system_key()
1335
struct
bpf_key
*bke
in bpf_lookup_system_key()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
bpf.h
3189
struct
bpf_key
{
struct
Completed in 17 milliseconds