Searched defs:bpf_func_proto (Results 1 – 1 of 1) sorted by relevance
26016 struct bpf_func_proto { struct26017 u64 (*func)(u64, u64, u64, u64, u64);26018 bool gpl_only;26019 bool pkt_access;26020 enum bpf_return_type ret_type;26021 union {26031 union {26041 int *ret_btf_id;26042 bool (*allowed)(const struct bpf_prog *);