Searched refs:test_2_args (Results 1 – 2 of 2) sorted by relevance
32 __u64 test_2_args[5]; variable38 test_2_args[0] = (unsigned long)state; in BPF_PROG()39 test_2_args[1] = a1; in BPF_PROG()40 test_2_args[2] = a2; in BPF_PROG()41 test_2_args[3] = a3; in BPF_PROG()42 test_2_args[4] = a4; in BPF_PROG()
119 ASSERT_EQ(skel->bss->test_2_args[i], args[i], name); in test_dummy_multiple_args()