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

/linux-master/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();
190 test_delta_timeout /= CONFIG_HZ;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c116 /* allow some tolerance for test_delta_timeout value to avoid races. */
117 ASSERT_GT(skel->bss->test_delta_timeout, 8, "Test for min ct timeout update");
118 ASSERT_LE(skel->bss->test_delta_timeout, 10, "Test for max ct timeout update");

Completed in 146 milliseconds