Searched defs:bpf_func_proto (Results 1 – 1 of 1) sorted by relevance
716 struct bpf_func_proto { struct717 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);718 bool gpl_only;719 bool pkt_access;720 bool might_sleep;721 enum bpf_return_type ret_type;722 union {732 union {750 int *ret_btf_id; /* return value btf_id */751 bool (*allowed)(const struct bpf_prog *prog);
Completed in 17 milliseconds