Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtest_bpf_nf.c17 int test_einval_len_opts = 0; variable
111 test_einval_len_opts = opts_def.error; in nf_ct_test()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dbpf_nf.c108 …ASSERT_EQ(skel->bss->test_einval_len_opts, -EINVAL, "Test EINVAL for len__opts != NF_BPF_CT_OPTS_S… in test_bpf_nf_ct()