Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf.h171 struct bpf_func_proto { struct
172 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
173 bool gpl_only;
174 bool pkt_access;
175 enum bpf_return_type ret_type;
176 enum bpf_arg_type arg1_type;
177 enum bpf_arg_type arg2_type;
178 enum bpf_arg_type arg3_type;
179 enum bpf_arg_type arg4_type;
180 enum bpf_arg_type arg5_type;