Home
last modified time | relevance | path

Searched defs:callback_fn (Results 1 – 4 of 4) sorted by relevance

/kernel/bpf/
Dhelpers.c1040 void __rcu *callback_fn; member
1061 void *callback_fn; in bpf_timer_cb() local
1162 BPF_CALL_3(bpf_timer_set_callback, struct bpf_timer_kern *, timer, void *, callback_fn, in BPF_CALL_3() argument
Dbpf_iter.c702 BPF_CALL_4(bpf_for_each_map_elem, struct bpf_map *, map, void *, callback_fn, in BPF_CALL_4() argument
Darraymap.c654 static int bpf_for_each_array_elem(struct bpf_map *map, void *callback_fn, in bpf_for_each_array_elem()
Dhashtab.c2068 static int bpf_for_each_hash_elem(struct bpf_map *map, void *callback_fn, in bpf_for_each_hash_elem()