Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h36153 struct fuse_bpf_args { struct
36154 uint64_t nodeid;
36155 uint32_t opcode;
36156 uint32_t error_in;
36157 uint32_t in_numargs;
36158 uint32_t out_numargs;
36159 uint32_t flags;
36160 uint32_t padding;
36161 struct fuse_bpf_in_arg in_args[5];
36162 struct fuse_bpf_arg out_args[3];
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h45815 struct fuse_bpf_args { struct
45816 uint64_t nodeid;
45817 uint32_t opcode;
45818 uint32_t error_in;
45819 uint32_t in_numargs;
45820 uint32_t out_numargs;
45821 uint32_t flags;
45822 uint32_t padding;
45823 struct fuse_bpf_in_arg in_args[5];
45824 struct fuse_bpf_arg out_args[3];