Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h14298 struct bpf_trampoline { struct
14299 struct hlist_node hlist;
14300 struct ftrace_ops *fops;
14301 struct mutex mutex;
14302 refcount_t refcnt;
14303 u32 flags;
14304 u64 key;
14305 struct {
14309 } func;
14310 struct bpf_prog *extension_prog;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h27854 struct bpf_trampoline { struct
27855 struct hlist_node hlist;
27856 struct ftrace_ops *fops;
27857 struct mutex mutex;
27858 refcount_t refcnt;
27859 u32 flags;
27860 u64 key;
27861 struct {
27865 } func;
27866 struct bpf_prog *extension_prog;
[all …]