Searched refs:proto_t (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | test_global_funcs.c | 93 const struct btf_type *fn_t, *proto_t; in subtest_ctx_arg_rewrite() local 104 proto_t = btf__type_by_id(btf, fn_t->type); in subtest_ctx_arg_rewrite() 105 if (!ASSERT_OK_PTR(proto_t, "proto_type")) in subtest_ctx_arg_rewrite() 111 if (!ASSERT_EQ(btf_vlen(proto_t), 1, "arg_cnt")) in subtest_ctx_arg_rewrite() 115 check_ctx_arg_type(btf, &btf_params(proto_t)[0]); in subtest_ctx_arg_rewrite() 121 if (!ASSERT_EQ(btf_vlen(proto_t), 3, "arg_cnt")) in subtest_ctx_arg_rewrite() 125 check_ctx_arg_type(btf, &btf_params(proto_t)[0]); in subtest_ctx_arg_rewrite() 127 check_ctx_arg_type(btf, &btf_params(proto_t)[2]); in subtest_ctx_arg_rewrite()
|