Home
last modified time | relevance | path

Searched refs:ntests (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/net/netfilter/
Dxt_u32.c34 for (testind = 0; testind < data->ntests; ++testind) { in u32_match_it()
105 if (data->ntests > ARRAY_SIZE(data->tests)) in u32_mt_checkentry()
108 for (i = 0; i < data->ntests; ++i) { in u32_mt_checkentry()
/linux-6.12.1/include/uapi/linux/netfilter/
Dxt_u32.h39 __u8 ntests; member
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/
Daolib.h168 extern void __test_init(unsigned int ntests, int family, unsigned int prefix,
172 static inline void test_init2(unsigned int ntests, in test_init2() argument
184 __test_init(ntests, family, prefix, taddr1, taddr2, peer1, peer2); in test_init2()
255 static inline void test_init(unsigned int ntests, in test_init() argument
258 test_init2(ntests, peer1, peer2, TEST_FAMILY, TEST_PREFIX, in test_init()
Dsetup.c227 void __test_init(unsigned int ntests, int family, unsigned int prefix, in __test_init() argument
249 ksft_set_plan(ntests); in __test_init()
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dpmu_event_filter_test.c606 int ntests = ARRAY_SIZE(test_cases); in run_masked_events_tests() local
609 for (i = 0; i < ntests; i++) { in run_masked_events_tests()
/linux-6.12.1/lib/
Dtest_bpf.c15407 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests() local
15412 progs = kzalloc(struct_size(progs, ptrs, ntests + 1), GFP_KERNEL); in prepare_tail_call_tests()
15417 for (which = 0; which < ntests; which++) { in prepare_tail_call_tests()
15461 insn->imm = ntests; in prepare_tail_call_tests()
15463 insn->imm = ntests + 1; in prepare_tail_call_tests()
15510 progs->map.max_entries = ntests + 1; in prepare_tail_call_tests()