Home
last modified time | relevance | path

Searched refs:bpf_callback_t (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dringbuf.c743 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
H A Dbpf_iter.c745 bpf_callback_t callback = (bpf_callback_t)callback_fn; in BPF_CALL_4()
H A Dhelpers.c1149 bpf_callback_t callback_fn; in bpf_timer_cb()
1188 bpf_callback_t callback_fn; in bpf_wq_work()
2324 bpf_callback_t cb = (bpf_callback_t)less; in __bpf_rbtree_add()
H A Dtask_iter.c752 bpf_callback_t, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_5() argument
H A Darraymap.c729 static long bpf_for_each_array_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_array_elem()
H A Dhashtab.c2161 static long bpf_for_each_hash_elem(struct bpf_map *map, bpf_callback_t callback_fn, in bpf_for_each_hash_elem()
H A Dverifier.c22115 bpf_callback_t callback_fn, in do_misc_fixups()
/linux-6.15/include/linux/
H A Dbpf.h68 typedef u64 (*bpf_callback_t)(u64, u64, u64, u64, u64); typedef
175 bpf_callback_t callback_fn,