Searched defs:bpf_func_proto (Results 1 – 1 of 1) sorted by relevance
792 struct bpf_func_proto { struct793 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);794 bool gpl_only;795 bool pkt_access;796 bool might_sleep;797 enum bpf_return_type ret_type;798 union {808 union {826 int *ret_btf_id; /* return value btf_id */827 bool (*allowed)(const struct bpf_prog *prog);