Searched defs:bpf_trampoline (Results 1 – 1 of 1) sorted by relevance
1117 struct bpf_trampoline { struct1119 struct hlist_node hlist;1120 struct ftrace_ops *fops;1122 struct mutex mutex;1123 refcount_t refcnt;1124 u32 flags;1125 u64 key;1126 struct {1130 } func;1135 struct bpf_prog *extension_prog;[all …]