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.c1130 struct bpf_async_cb { struct
1131 struct bpf_map *map;
1132 struct bpf_prog *prog;
1133 void __rcu *callback_fn;
1134 void *value;
1135 struct rcu_head rcu;
1136 u64 flags;
1160 struct bpf_async_cb cb; argument