Searched defs:bpf_func_proto (Results 1 – 2 of 2) sorted by relevance
374 struct bpf_func_proto { struct375 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);376 bool gpl_only;377 bool pkt_access;378 enum bpf_return_type ret_type;379 union {389 union {399 int *ret_btf_id; /* return value btf_id */400 bool (*allowed)(const struct bpf_prog *prog);
783 struct bpf_func_proto { struct784 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);785 bool gpl_only;786 bool pkt_access;787 bool might_sleep;788 enum bpf_return_type ret_type;789 union {799 union {817 int *ret_btf_id; /* return value btf_id */818 bool (*allowed)(const struct bpf_prog *prog);