Searched refs:bpf_trampoline (Results 1 – 5 of 5) sorted by relevance
62 static struct bpf_trampoline *bpf_trampoline_lookup(u64 key) in bpf_trampoline_lookup()64 struct bpf_trampoline *tr; in bpf_trampoline_lookup()92 static int bpf_trampoline_module_get(struct bpf_trampoline *tr) in bpf_trampoline_module_get()106 static void bpf_trampoline_module_put(struct bpf_trampoline *tr) in bpf_trampoline_module_put()124 static int unregister_fentry(struct bpf_trampoline *tr, void *old_addr) in unregister_fentry()152 static int register_fentry(struct bpf_trampoline *tr, void *new_addr) in register_fentry()334 static int bpf_trampoline_update(struct bpf_trampoline *tr) in bpf_trampoline_update()414 int bpf_trampoline_link_prog(struct bpf_prog *prog, struct bpf_trampoline *tr) in bpf_trampoline_link_prog()485 struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get()488 struct bpf_trampoline *tr; in bpf_trampoline_get()[all …]
2636 struct bpf_trampoline *trampoline;2701 struct bpf_trampoline *tr = NULL; in bpf_tracing_prog_attach()
13830 struct bpf_trampoline *tr; in BTF_SET_START()
669 struct bpf_trampoline { struct730 int bpf_trampoline_link_prog(struct bpf_prog *prog, struct bpf_trampoline *tr);731 int bpf_trampoline_unlink_prog(struct bpf_prog *prog, struct bpf_trampoline *tr);732 struct bpf_trampoline *bpf_trampoline_get(u64 key,734 void bpf_trampoline_put(struct bpf_trampoline *tr);782 struct bpf_trampoline *tr) in bpf_trampoline_link_prog()787 struct bpf_trampoline *tr) in bpf_trampoline_unlink_prog()791 static inline struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get()796 static inline void bpf_trampoline_put(struct bpf_trampoline *tr) {} in bpf_trampoline_put()870 struct bpf_trampoline *dst_trampoline;
143 .trampoline = (struct bpf_trampoline *)0x0,
Completed in 39 milliseconds