Searched refs:bpf_callback_t (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | bpf.h | 51 typedef u64 (*bpf_callback_t)(u64, u64, u64, u64, u64); typedef 147 bpf_callback_t callback_fn,
|
/linux/kernel/bpf/ |
A D | helpers.c | 1059 bpf_callback_t callback_fn; in bpf_timer_cb()
|
A D | arraymap.c | 648 static int bpf_for_each_array_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_array_elem()
|
A D | hashtab.c | 2052 static int bpf_for_each_hash_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_hash_elem()
|
A D | verifier.c | 13197 bpf_callback_t callback_fn, in do_misc_fixups()
|
Completed in 41 milliseconds