Home
last modified time | relevance | path

Searched refs:fn_proto_t (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c6862 struct btf_type *fn_t, *fn_proto_t, *t; in clone_func_btf_info() local
6867 fn_proto_t = btf_type_by_id(btf, fn_t->type); in clone_func_btf_info()
6882 arg_cnt = btf_vlen(fn_proto_t); in clone_func_btf_info()
6902 p = &btf_params(fn_proto_t)[i]; in clone_func_btf_info()
6931 struct btf_type *fn_t, *fn_proto_t; in bpf_program_fixup_func_info() local
6987 fn_proto_t = btf_type_by_id(btf, fn_t->type); in bpf_program_fixup_func_info()
6988 if (!fn_proto_t || !btf_is_func_proto(fn_proto_t)) in bpf_program_fixup_func_info()
7004 arg_cnt = btf_vlen(fn_proto_t); in bpf_program_fixup_func_info()
7010 p = &btf_params(fn_proto_t)[arg_idx]; in bpf_program_fixup_func_info()
7052 fn_proto_t = btf_type_by_id(btf, fn_t->type); in bpf_program_fixup_func_info()
[all …]