Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf.h567 struct bpf_func_proto { struct
568 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
569 bool gpl_only;
570 bool pkt_access;
571 enum bpf_return_type ret_type;
572 union {
582 union {
600 int *ret_btf_id; /* return value btf_id */
601 bool (*allowed)(const struct bpf_prog *prog);