Home
last modified time | relevance | path

Searched refs:bpf_callback_t (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/
H A Dcfi.c42 extern typeof(*(bpf_callback_t)0) __bpf_callback_fn;
/linux/kernel/bpf/
H A Dringbuf.c821 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
H A Dhelpers.c1164 bpf_callback_t callback_fn; in bpf_timer_cb()
1196 bpf_callback_t callback_fn; in bpf_wq_work()
2439 bpf_callback_t cb = (bpf_callback_t)less; in __bpf_rbtree_add()
H A Dtask_iter.c752 bpf_callback_t, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_5() argument
H A Dverifier.c23189 bpf_callback_t callback_fn, in do_misc_fixups()
/linux/include/linux/
H A Dbpf.h69 typedef u64 (*bpf_callback_t)(u64, u64, u64, u64, u64); typedef
177 bpf_callback_t callback_fn,