Searched defs:bpf_trampoline (Results 1 – 1 of 1) sorted by relevance
1163 struct bpf_trampoline { struct1165 struct hlist_node hlist;1166 struct ftrace_ops *fops;1168 struct mutex mutex;1169 refcount_t refcnt;1170 u32 flags;1171 u64 key;1172 struct {1176 } func;1181 struct bpf_prog *extension_prog;[all …]