Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1098 struct bpf_async_cb { struct
1099 struct bpf_map *map;
1100 struct bpf_prog *prog;
1101 void __rcu *callback_fn;
1102 void *value;
1103 union {
1127 struct bpf_async_cb cb; argument