Searched refs:bpf_callback_t (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/ |
| H A D | cfi.c | 42 extern typeof(*(bpf_callback_t)0) __bpf_callback_fn;
|
| /linux/kernel/bpf/ |
| H A D | ringbuf.c | 822 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
|
| H A D | bpf_iter.c | 730 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
|
| H A D | helpers.c | 1188 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 D | task_iter.c | 754 bpf_callback_t, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_5() argument
|
| H A D | arraymap.c | 802 static long bpf_for_each_array_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_array_elem()
|
| H A D | hashtab.c | 2265 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 D | fixups.c | 2105 bpf_callback_t callback_fn, in bpf_do_misc_fixups()
|
| /linux/include/linux/ |
| H A D | bpf.h | 73 typedef u64 (*bpf_callback_t)(u64, u64, u64, u64, u64); typedef 182 bpf_callback_t callback_fn,
|