Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h30562 struct bpf_func_proto { struct
30563 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