Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h904 struct bpf_trampoline { struct
906 struct hlist_node hlist;
907 struct ftrace_ops *fops;
909 struct mutex mutex;
910 refcount_t refcnt;
911 u32 flags;
912 u64 key;
913 struct {
917 } func;
922 struct bpf_prog *extension_prog;
[all …]