Home
last modified time | relevance | path

Searched refs:bpf_tramp_image (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dtrampoline.c202 struct bpf_tramp_image *im; in __bpf_tramp_image_put_deferred()
204 im = container_of(work, struct bpf_tramp_image, work); in __bpf_tramp_image_put_deferred()
215 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu()
217 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu()
225 struct bpf_tramp_image *im; in __bpf_tramp_image_release()
227 im = container_of(pcref, struct bpf_tramp_image, pcref); in __bpf_tramp_image_release()
234 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu_tasks()
236 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu_tasks()
245 static void bpf_tramp_image_put(struct bpf_tramp_image *im) in bpf_tramp_image_put()
293 static struct bpf_tramp_image *bpf_tramp_image_alloc(u64 key, u32 idx) in bpf_tramp_image_alloc()
[all …]
/Linux-v5.15/include/linux/
Dbpf.h618 struct bpf_tramp_image;
619 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end,
628 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr);
629 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr);
648 struct bpf_tramp_image { struct
682 struct bpf_tramp_image *cur_image;
/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp.c1966 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline()