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

/linux-master/include/uapi/linux/netfilter/
H A Dxt_u32.h39 __u8 ntests; member in struct:xt_u32
/linux-master/net/netfilter/
H A Dxt_u32.c34 for (testind = 0; testind < data->ntests; ++testind) {
105 if (data->ntests > ARRAY_SIZE(data->tests))
108 for (i = 0; i < data->ntests; ++i) {
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsetup.c220 void __test_init(unsigned int ntests, int family, unsigned int prefix, argument
242 ksft_set_plan(ntests);
H A Daolib.h126 extern void __test_init(unsigned int ntests, int family, unsigned int prefix,
130 static inline void test_init2(unsigned int ntests, argument
142 __test_init(ntests, family, prefix, taddr1, taddr2, peer1, peer2);
211 static inline void test_init(unsigned int ntests, argument
214 test_init2(ntests, peer1, peer2, TEST_FAMILY, TEST_PREFIX,
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c637 int ntests = ARRAY_SIZE(test_cases); local
640 for (i = 0; i < ntests; i++) {
/linux-master/lib/
H A Dtest_bpf.c15399 int ntests = ARRAY_SIZE(tail_call_tests); local
15404 progs = kzalloc(struct_size(progs, ptrs, ntests + 1), GFP_KERNEL);
15409 for (which = 0; which < ntests; which++) {
15452 insn->imm = ntests;
15454 insn->imm = ntests + 1;
15501 progs->map.max_entries = ntests + 1;

Completed in 162 milliseconds