Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c30 int test_ct_zone_id_alloc_entry = -EINVAL; variable
326 test_ct_zone_id_alloc_entry = 0; in nf_ct_opts_new_test()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c135 ASSERT_EQ(skel->data->test_ct_zone_id_alloc_entry, 0, "Test for alloc new entry in specified ct zone"); in test_bpf_nf_ct()