Home
last modified time | relevance | path

Searched refs:bpf_key (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_lookup_key.c21 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()
Dtest_verify_pkcs7_sig.c17 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()
Dtest_kfunc_dynptr_param.c14 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
15 extern void bpf_key_put(struct bpf_key *key) __ksym;
18 struct bpf_key *trusted_keyring) __ksym;
68 struct bpf_key *trusted_keyring; in BPF_PROG()
/Linux-v6.1/kernel/trace/
Dbpf_trace.c1237 struct bpf_key *bpf_lookup_user_key(u32 serial, u64 flags) in bpf_lookup_user_key()
1240 struct bpf_key *bkey; in bpf_lookup_user_key()
1286 struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key()
1288 struct bpf_key *bkey; in bpf_lookup_system_key()
1310 void bpf_key_put(struct bpf_key *bkey) in bpf_key_put()
1332 struct bpf_key *trusted_keyring) in bpf_verify_pkcs7_signature()
/Linux-v6.1/include/linux/
Dbpf.h2735 struct bpf_key { struct