Home
last modified time | relevance | path

Searched defs:bpf_trampoline (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/include/linux/
Dbpf.h1223 struct bpf_trampoline { struct
1225 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 …]