Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1198 struct bpf_trampoline { struct
1200 struct hlist_node hlist;
1201 struct ftrace_ops *fops;
1203 struct mutex mutex;
1204 refcount_t refcnt;
1205 u32 flags;
1206 u64 key;
1207 struct {
1211 } func;
1216 struct bpf_prog *extension_prog;
[all …]