Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dtrampoline.c203 struct bpf_tramp_image *im; in __bpf_tramp_image_put_deferred()
205 im = container_of(work, struct bpf_tramp_image, work); in __bpf_tramp_image_put_deferred()
216 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu()
218 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu()
226 struct bpf_tramp_image *im; in __bpf_tramp_image_release()
228 im = container_of(pcref, struct bpf_tramp_image, pcref); in __bpf_tramp_image_release()
235 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu_tasks()
237 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu_tasks()
296 struct bpf_tramp_image *im; in bpf_tramp_image_alloc()
336 struct bpf_tramp_image *im; in bpf_trampoline_update()
[all …]
/linux/include/linux/
A Dbpf.h627 struct bpf_tramp_image;
628 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end,
637 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr);
638 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr);
657 struct bpf_tramp_image { struct
691 struct bpf_tramp_image *cur_image;
/linux/arch/x86/net/
A Dbpf_jit_comp.c1973 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline()

Completed in 17 milliseconds