Searched refs:bpf_tramp_image (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
D | trampoline.c | 170 struct bpf_tramp_image *im; in __bpf_tramp_image_put_deferred() 172 im = container_of(work, struct bpf_tramp_image, work); in __bpf_tramp_image_put_deferred() 183 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu() 185 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu() 193 struct bpf_tramp_image *im; in __bpf_tramp_image_release() 195 im = container_of(pcref, struct bpf_tramp_image, pcref); in __bpf_tramp_image_release() 202 struct bpf_tramp_image *im; in __bpf_tramp_image_put_rcu_tasks() 204 im = container_of(rcu, struct bpf_tramp_image, rcu); in __bpf_tramp_image_put_rcu_tasks() 213 static void bpf_tramp_image_put(struct bpf_tramp_image *im) in bpf_tramp_image_put() 261 static struct bpf_tramp_image *bpf_tramp_image_alloc(u64 key, u32 idx) in bpf_tramp_image_alloc() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | bpf.h | 621 struct bpf_tramp_image; 622 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, 631 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr); 632 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr); 651 struct bpf_tramp_image { struct 685 struct bpf_tramp_image *cur_image;
|
/kernel/linux/linux-5.10/arch/x86/net/ |
D | bpf_jit_comp.c | 1773 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline()
|