Searched refs:bpf_callback_t (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | ringbuf.c | 746 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
|
H A D | bpf_iter.c | 747 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
|
H A D | helpers.c | 1140 bpf_callback_t callback_fn; in bpf_timer_cb() 2148 bpf_callback_t cb = (bpf_callback_t)less; in __bpf_rbtree_add()
|
H A D | task_iter.c | 781 bpf_callback_t, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_5() argument
|
H A D | arraymap.c | 692 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 | 2185 static long bpf_for_each_hash_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_hash_elem()
|
H A D | verifier.c | 19228 bpf_callback_t callback_fn, in do_misc_fixups()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 61 typedef u64 (*bpf_callback_t)(u64, u64, u64, u64, u64); typedef 165 bpf_callback_t callback_fn,
|