Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h333 struct bpf_func_proto { struct
334 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
335 bool gpl_only;
336 bool pkt_access;
337 enum bpf_return_type ret_type;
338 union {
348 union {
358 int *ret_btf_id; /* return value btf_id */
359 bool (*allowed)(const struct bpf_prog *prog);