Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1283 struct bpf_trampoline { struct
1285 struct hlist_node hlist;
1286 struct ftrace_ops *fops;
1288 struct mutex mutex;
1289 refcount_t refcnt;
1290 u32 flags;
1291 u64 key;
1292 struct {
1296 } func;
1301 struct bpf_prog *extension_prog;
[all …]