Home
last modified time | relevance | path

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

/kernel/bpf/
Dhelpers.c1089 struct bpf_async_cb { struct
1090 struct bpf_map *map;
1091 struct bpf_prog *prog;
1092 void __rcu *callback_fn;
1093 void *value;
1094 union {
1118 struct bpf_async_cb cb; argument