Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcfi.c42 extern typeof(*(bpf_callback_t)0) __bpf_callback_fn;
/linux/kernel/bpf/
H A Dringbuf.c822 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
H A Dbpf_iter.c730 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
H A Dhelpers.c1188 bpf_callback_t callback_fn; in bpf_timer_cb()
1220 bpf_callback_t callback_fn; in bpf_wq_work()
2731 bpf_callback_t cb = (bpf_callback_t)less; in __bpf_rbtree_add()
4393 bpf_callback_t callback_fn;
4625 ctx->callback_fn = (bpf_callback_t)callback_fn; in bpf_task_work_schedule()
H A Dtask_iter.c754 bpf_callback_t, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_5() argument
H A Darraymap.c802 static long bpf_for_each_array_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_array_elem()
H A Dhashtab.c2265 static long bpf_for_each_hash_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_hash_elem()
3195 static long bpf_each_rhash_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_each_rhash_elem()
H A Dfixups.c2105 bpf_callback_t callback_fn, in bpf_do_misc_fixups()
/linux/include/linux/
H A Dbpf.h73 typedef u64 (*bpf_callback_t)(u64, u64, u64, u64, u64); typedef
182 bpf_callback_t callback_fn,