Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1309 struct bpf_trampoline { struct
1311 struct hlist_node hlist;
1312 struct ftrace_ops *fops;
1314 struct mutex mutex;
1315 refcount_t refcnt;
1316 u32 flags;
1317 u64 key;
1318 struct {
1322 } func;
1327 struct bpf_prog *extension_prog;
[all …]