Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h27852 struct bpf_func_proto { struct
27853 u64 (*func)(u64, u64, u64, u64, u64);
27854 bool gpl_only;
27855 bool pkt_access;
27856 bool might_sleep;
27857 enum bpf_return_type ret_type;
27858 union {
27868 union {
27886 int *ret_btf_id;
27887 bool (*allowed)(const struct bpf_prog *);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h37776 struct bpf_func_proto { struct
37777 u64 (*func)(u64, u64, u64, u64, u64);
37778 bool gpl_only;
37779 bool pkt_access;
37780 bool might_sleep;
37781 enum bpf_return_type ret_type;
37782 union {
37792 union {
37810 int *ret_btf_id;
37811 bool (*allowed)(const struct bpf_prog *);