Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h1117 struct bpf_trampoline { struct
1119 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 …]