Searched refs:bpf_callback_t (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | ringbuf.c | 717 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
|
D | bpf_iter.c | 747 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
|
D | task_iter.c | 781 bpf_callback_t, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_5() argument
|
D | helpers.c | 1099 bpf_callback_t callback_fn; in bpf_timer_cb()
|
D | arraymap.c | 698 static int bpf_for_each_array_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_array_elem()
|
D | hashtab.c | 2133 static int bpf_for_each_hash_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_hash_elem()
|
D | verifier.c | 14271 bpf_callback_t callback_fn, in do_misc_fixups()
|
/linux-6.1.9/include/linux/ |
D | bpf.h | 58 typedef u64 (*bpf_callback_t)(u64, u64, u64, u64, u64); typedef 157 bpf_callback_t callback_fn,
|