Searched defs:bpf_func_proto (Results 1 – 1 of 1) sorted by relevance
984 struct bpf_func_proto { struct985 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);986 bool gpl_only;987 bool pkt_access;988 bool might_sleep;994 bool allow_fastcall;995 enum bpf_return_type ret_type;996 union {1006 union {1024 int *ret_btf_id; /* return value btf_id */[all …]