Lines Matching defs:bpf_func_proto
817 struct bpf_func_proto { struct
818 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
819 bool gpl_only;
820 bool pkt_access;
821 bool might_sleep;
827 bool allow_fastcall;
828 enum bpf_return_type ret_type;
829 union {
839 union {
857 int *ret_btf_id; /* return value btf_id */
858 bool (*allowed)(const struct bpf_prog *prog);