Searched defs:bpf_func_proto (Results 1 – 1 of 1) sorted by relevance
84 struct bpf_func_proto { struct85 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);86 bool gpl_only;110 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id); argument