Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c116 /* allow some tolerance for test_delta_timeout value to avoid races. */ in test_bpf_nf_ct()
117 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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds