Searched refs:ntests (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/netfilter/ |
| H A 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.15/include/uapi/linux/netfilter/ |
| H A D | xt_u32.h | 39 __u8 ntests; member
|
| /linux-6.15/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | aolib.h | 169 extern void __test_init(unsigned int ntests, int family, unsigned int prefix, 173 static inline void test_init2(unsigned int ntests, in test_init2() argument 185 __test_init(ntests, family, prefix, taddr1, taddr2, peer1, peer2); in test_init2() 256 static inline void test_init(unsigned int ntests, in test_init() argument 259 test_init2(ntests, peer1, peer2, TEST_FAMILY, TEST_PREFIX, in test_init()
|
| H A 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.15/tools/testing/selftests/kvm/x86/ |
| H A 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.15/lib/ |
| H A D | test_bpf.c | 15459 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests() local 15464 progs = kzalloc(struct_size(progs, ptrs, ntests + 1), GFP_KERNEL); in prepare_tail_call_tests() 15469 for (which = 0; which < ntests; which++) { in prepare_tail_call_tests() 15513 insn->imm = ntests; in prepare_tail_call_tests() 15515 insn->imm = ntests + 1; in prepare_tail_call_tests() 15562 progs->map.max_entries = ntests + 1; in prepare_tail_call_tests()
|