Searched defs:bpf_func_proto (Results 1 – 2 of 2) sorted by relevance
27852 struct bpf_func_proto { struct27853 u64 (*func)(u64, u64, u64, u64, u64);27854 bool gpl_only;27855 bool pkt_access;27856 bool might_sleep;27857 enum bpf_return_type ret_type;27858 union {27868 union {27886 int *ret_btf_id;27887 bool (*allowed)(const struct bpf_prog *);
37776 struct bpf_func_proto { struct37777 u64 (*func)(u64, u64, u64, u64, u64);37778 bool gpl_only;37779 bool pkt_access;37780 bool might_sleep;37781 enum bpf_return_type ret_type;37782 union {37792 union {37810 int *ret_btf_id;37811 bool (*allowed)(const struct bpf_prog *);