Lines Matching defs:bpf_func_proto
823 struct bpf_func_proto { struct
824 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
825 bool gpl_only;
826 bool pkt_access;
827 bool might_sleep;
833 bool allow_fastcall;
834 enum bpf_return_type ret_type;
835 union {
845 union {
863 int *ret_btf_id; /* return value btf_id */
864 bool (*allowed)(const struct bpf_prog *prog);