Searched defs:bpf_func_proto (Results 1 – 1 of 1) sorted by relevance
30562 struct bpf_func_proto { struct30563 u64 (*func)(u64, u64, u64, u64, u64);30564 bool gpl_only;30565 bool pkt_access;30566 enum bpf_return_type ret_type;30567 union {30577 union {30587 int *ret_btf_id;30611 const struct bpf_func_proto * (*get_func_proto)(enum bpf_func_id, const struct bpf_prog *); argument