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.c1115 struct bpf_async_cb { struct
1116 struct bpf_map *map;
1117 struct bpf_prog *prog;
1118 void __rcu *callback_fn;
1119 void *value;
1120 struct rcu_head rcu;
1121 u64 flags;
1145 struct bpf_async_cb cb; argument