Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c34 int test_exist_lookup = -ENOENT; variable
212 test_exist_lookup = 0; in nf_ct_test()
219 test_exist_lookup = opts_def.error; in nf_ct_test()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c121 ASSERT_EQ(skel->data->test_exist_lookup, 0, "Test existing connection lookup"); in test_bpf_nf_ct()