Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h774 struct bpf_func_proto { struct
775 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
776 bool gpl_only;
777 bool pkt_access;
778 bool might_sleep;
779 enum bpf_return_type ret_type;
780 union {
790 union {
808 int *ret_btf_id; /* return value btf_id */
809 bool (*allowed)(const struct bpf_prog *prog);