Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c25 u32 test_delta_timeout = 0; variable
189 test_delta_timeout = ct_lk->timeout - bpf_jiffies64(); in nf_ct_test()
190 test_delta_timeout /= CONFIG_HZ; in nf_ct_test()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c117 ASSERT_GT(skel->bss->test_delta_timeout, 8, "Test for min ct timeout update"); in test_bpf_nf_ct()
118 ASSERT_LE(skel->bss->test_delta_timeout, 10, "Test for max ct timeout update"); in test_bpf_nf_ct()