Home
last modified time | relevance | path

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

/include/linux/
Dbpf.h231 struct bpf_func_proto { struct
232 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
233 bool gpl_only;
234 bool pkt_access;
235 enum bpf_return_type ret_type;
236 enum bpf_arg_type arg1_type;
237 enum bpf_arg_type arg2_type;
238 enum bpf_arg_type arg3_type;
239 enum bpf_arg_type arg4_type;
240 enum bpf_arg_type arg5_type;