Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c126 /* allow some tolerance for test_delta_timeout value to avoid races. */ in test_bpf_nf_ct()
127 ASSERT_GT(skel->bss->test_delta_timeout, 8, "Test for min ct timeout update"); in test_bpf_nf_ct()
128 ASSERT_LE(skel->bss->test_delta_timeout, 10, "Test for max ct timeout update"); in test_bpf_nf_ct()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c35 u32 test_delta_timeout = 0; variable
210 test_delta_timeout = ct_lk->timeout - bpf_jiffies64(); in nf_ct_test()
211 test_delta_timeout /= CONFIG_HZ; in nf_ct_test()