Searched defs:bpf_func_proto (Results 1 – 1 of 1) sorted by relevance
924 struct bpf_func_proto { struct925 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);926 bool gpl_only;927 bool pkt_access;928 bool might_sleep;934 bool allow_fastcall;935 enum bpf_return_type ret_type;936 union {946 union {964 int *ret_btf_id; /* return value btf_id */[all …]