Searched defs:bpf_trampoline (Results 1 – 1 of 1) sorted by relevance
1223 struct bpf_trampoline { struct1225 struct hlist_node hlist;1226 struct ftrace_ops *fops;1228 struct mutex mutex;1229 refcount_t refcnt;1230 u32 flags;1231 u64 key;1232 struct {1236 } func;1241 struct bpf_prog *extension_prog;[all …]