Searched refs:proto_out (Results 1 – 3 of 3) sorted by relevance
22 ASSERT_TRUE(skel->bss->proto_out[0], "bpf_core_type_exists"); in test_core_kern_lskel()23 ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists"); in test_core_kern_lskel()24 ASSERT_TRUE(skel->bss->proto_out[2], "bpf_core_type_exists. nested"); in test_core_kern_lskel()
108 int proto_out[3]; variable113 proto_out[0] = bpf_core_type_exists(func_proto_typedef___match); in core_relo_proto()114 proto_out[1] = bpf_core_type_exists(func_proto_typedef___doesnt_match); in core_relo_proto()115 proto_out[2] = bpf_core_type_exists(func_proto_typedef_nested1); in core_relo_proto()
12 int proto_out; variable17 proto_out = bpf_core_type_exists(func_proto_typedef_nested2); in core_relo_proto()