Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dbpf.h1249 struct bpf_trampoline { struct
1251 struct hlist_node hlist;
1252 struct ftrace_ops *fops;
1254 struct mutex mutex;
1255 refcount_t refcnt;
1256 u32 flags;
1257 u64 key;
1258 struct {
1262 } func;
1267 struct bpf_prog *extension_prog;
[all …]