Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c28 int test_snat_addr = -EINVAL; variable
182 test_snat_addr = 0; in nf_ct_test()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c123 ASSERT_EQ(skel->data->test_snat_addr, 0, "Test for source natting"); in test_bpf_nf_ct()