Searched refs:bpf_trampoline (Results 1 – 5 of 5) sorted by relevance
38 struct bpf_trampoline *tr = ops->private; in bpf_tramp_ftrace_ops_func()135 static struct bpf_trampoline *bpf_trampoline_lookup(u64 key) in bpf_trampoline_lookup()137 struct bpf_trampoline *tr; in bpf_trampoline_lookup()175 static int bpf_trampoline_module_get(struct bpf_trampoline *tr) in bpf_trampoline_module_get()189 static void bpf_trampoline_module_put(struct bpf_trampoline *tr) in bpf_trampoline_module_put()228 static int register_fentry(struct bpf_trampoline *tr, void *new_addr) in register_fentry()706 struct bpf_trampoline *tr; in bpf_trampoline_link_cgroup_shim()770 struct bpf_trampoline *tr; in bpf_trampoline_unlink_cgroup_shim()793 struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get()796 struct bpf_trampoline *tr; in bpf_trampoline_get()[all …]
2986 struct bpf_trampoline *tr = NULL; in bpf_tracing_prog_attach()
17556 struct bpf_trampoline *tr; in check_attach_btf_id()
1060 struct bpf_trampoline { struct1128 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr);1130 struct bpf_trampoline *bpf_trampoline_get(u64 key,1132 void bpf_trampoline_put(struct bpf_trampoline *tr);1210 struct bpf_trampoline *tr) in bpf_trampoline_link_prog()1215 struct bpf_trampoline *tr) in bpf_trampoline_unlink_prog()1219 static inline struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get()1224 static inline void bpf_trampoline_put(struct bpf_trampoline *tr) {} in bpf_trampoline_put()1302 struct bpf_trampoline *dst_trampoline;1442 struct bpf_trampoline *trampoline;[all …]
143 .trampoline = (struct bpf_trampoline *)0x0,
Completed in 62 milliseconds