Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h894 struct bpf_func_proto { struct
895 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
896 bool gpl_only;
897 bool pkt_access;
898 bool might_sleep;
904 bool allow_fastcall;
905 enum bpf_return_type ret_type;
906 union {
916 union {
934 int *ret_btf_id; /* return value btf_id */
[all …]