Searched defs:callback_fn (Results 1 – 6 of 6) sorted by relevance
| /kernel/bpf/ |
| A D | bpf_iter.c | 726 BPF_CALL_4(bpf_for_each_map_elem, struct bpf_map *, map, void *, callback_fn, in BPF_CALL_4() argument 742 BPF_CALL_4(bpf_loop, u32, nr_loops, void *, callback_fn, void *, callback_ctx, in BPF_CALL_4() argument
|
| A D | helpers.c | 1090 void __rcu *callback_fn; member 1153 bpf_callback_t callback_fn; in bpf_timer_cb() local 1192 bpf_callback_t callback_fn; in bpf_wq_work() local 1355 static int __bpf_async_set_callback(struct bpf_async_kern *async, void *callback_fn, in __bpf_async_set_callback() 1401 BPF_CALL_3(bpf_timer_set_callback, struct bpf_async_kern *, timer, void *, callback_fn, in BPF_CALL_3() argument
|
| A D | ringbuf.c | 739 void *, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_4() argument
|
| A D | task_iter.c | 752 bpf_callback_t, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_5() argument
|
| A D | arraymap.c | 724 static long bpf_for_each_array_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_array_elem()
|
| A D | hashtab.c | 2160 static long bpf_for_each_hash_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_hash_elem()
|
Completed in 23 milliseconds