Searched refs:ntests (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/net/netfilter/ |
D | xt_u32.c | 34 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/ |
D | xt_u32.h | 39 __u8 ntests; member
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/ |
D | aolib.h | 168 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()
|
D | setup.c | 227 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/ |
D | pmu_event_filter_test.c | 606 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/ |
D | test_bpf.c | 15407 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()
|