Searched refs:test_2_result (Results 1 – 2 of 2) sorted by relevance
11 int test_2_result = 0; variable23 test_2_result = a + b; in BPF_PROG()29 test_2_result = a + b + 3; in BPF_PROG()43 test_2_result = a * b; in BPF_PROG()
52 ASSERT_EQ(skel->bss->test_2_result, expected_test_2_result, "test_2_result"); in attach_ops_and_check()