Searched defs:bpf_trampoline (Results 1 – 1 of 1) sorted by relevance
904 struct bpf_trampoline { struct906 struct hlist_node hlist;907 struct ftrace_ops *fops;909 struct mutex mutex;910 refcount_t refcnt;911 u32 flags;912 u64 key;913 struct {917 } func;922 struct bpf_prog *extension_prog;[all …]