Searched refs:bpf_key (Results 1 – 7 of 7) sorted by relevance
21 extern struct bpf_key *bpf_lookup_user_key(__s32 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()
23 struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;24 void bpf_key_put(struct bpf_key *key) __ksym;249 struct bpf_key *bkey; in BPF_PROG()
49 struct bpf_key *trusted_keyring; in BPF_PROG()
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(__s32 serial, __u64 flags) __ksym;
72 extern struct bpf_key *bpf_lookup_user_key(__s32 serial, __u64 flags) __ksym;73 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;74 extern void bpf_key_put(struct bpf_key *key) __ksym;77 struct bpf_key *trusted_keyring) __ksym;
1254 * return it in the bpf_key structure.1256 * The bpf_key structure must be passed to bpf_key_put() when done1258 * bpf_key structure is freed.1269 * Return: a bpf_key pointer with a valid key pointer if the key is found, a1272 __bpf_kfunc struct bpf_key *bpf_lookup_user_key(s32 serial, u64 flags) in bpf_lookup_user_key() 1275 struct bpf_key *bkey; in bpf_lookup_user_key() 1304 * Obtain a bpf_key structure with a key pointer set to the passed key ID.1318 * Return: a bpf_key pointer with an invalid key pointer set from the1321 __bpf_kfunc struct bpf_key *bpf_lookup_system_key(u64 id) in bpf_lookup_system_key() 1323 struct bpf_key *bke in bpf_lookup_system_key() [all...]
3679 struct bpf_key { struct 3680 keybpf_key global() argument 3681 has_refbpf_key global() argument