Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1265 struct bpf_trampoline { struct
1267 struct hlist_node hlist;
1268 struct ftrace_ops *fops;
1270 struct mutex mutex;
1271 refcount_t refcnt;
1272 u32 flags;
1273 u64 key;
1274 struct {
1278 } func;
1283 struct bpf_prog *extension_prog;
[all …]