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.c1087 struct bpf_async_cb { struct
1088 struct bpf_map *map;
1089 struct bpf_prog *prog;
1090 void __rcu *callback_fn;
1091 void *value;
1092 union {
1116 struct bpf_async_cb cb; argument