Home
last modified time | relevance | path

Searched defs:bpf_async_cb (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/bpf/
Dhelpers.c1083 struct bpf_async_cb { struct
1084 struct bpf_map *map;
1085 struct bpf_prog *prog;
1086 void __rcu *callback_fn;
1087 void *value;
1088 union {
1112 struct bpf_async_cb cb; argument