Lines Matching defs:test

271 		pr_err("allowedips random self-test malloc: FAIL\n");
277 pr_err("allowedips random self-test malloc: FAIL\n");
292 pr_err("allowedips random self-test malloc: FAIL\n");
297 pr_err("allowedips random self-test malloc: FAIL\n");
319 pr_err("allowedips random self-test malloc: FAIL\n");
324 pr_err("allowedips random self-test malloc: FAIL\n");
336 pr_err("allowedips random self-test malloc: FAIL\n");
341 pr_err("allowedips random self-test malloc: FAIL\n");
363 pr_err("allowedips random self-test malloc: FAIL\n");
369 pr_err("allowedips random self-test malloc: FAIL\n");
387 pr_err("allowedips random v4 self-test: FAIL\n");
392 pr_err("allowedips random v6 self-test: FAIL\n");
405 pr_err("allowedips random self-test removal: FAIL\n");
467 pr_info("allowedips self-test %zu: FAIL\n", i); \
472 #define test(version, mem, ipa, ipb, ipc, ipd) do { \
509 pr_err("allowedips self-test malloc: FAIL\n");
548 test(4, a, 192, 168, 4, 20);
549 test(4, a, 192, 168, 4, 0);
550 test(4, b, 192, 168, 4, 4);
551 test(4, c, 192, 168, 200, 182);
552 test(4, c, 192, 95, 5, 68);
553 test(4, e, 192, 95, 5, 96);
554 test(6, d, 0x26075300, 0x60006b00, 0, 0xc05f0543);
555 test(6, c, 0x26075300, 0x60006b00, 0, 0xc02e01ee);
556 test(6, f, 0x26075300, 0x60006b01, 0, 0);
557 test(6, g, 0x24046800, 0x40040806, 0, 0x1006);
558 test(6, g, 0x24046800, 0x40040806, 0x1234, 0x5678);
559 test(6, f, 0x240467ff, 0x40040806, 0x1234, 0x5678);
560 test(6, f, 0x24046801, 0x40040806, 0x1234, 0x5678);
561 test(6, h, 0x24046800, 0x40040800, 0x1234, 0x5678);
562 test(6, h, 0x24046800, 0x40040800, 0, 0);
563 test(6, h, 0x24046800, 0x40040800, 0x10101010, 0x10101010);
564 test(6, a, 0x24046800, 0x40040800, 0xdeadbeef, 0xdeadbeef);
565 test(4, g, 64, 15, 116, 26);
566 test(4, g, 64, 15, 127, 3);
567 test(4, g, 64, 15, 123, 1);
568 test(4, h, 64, 15, 123, 128);
569 test(4, h, 64, 15, 123, 129);
570 test(4, a, 10, 0, 0, 52);
571 test(4, b, 10, 0, 0, 220);
572 test(4, a, 10, 1, 0, 2);
573 test(4, b, 10, 1, 0, 6);
574 test(4, c, 10, 1, 0, 10);
575 test(4, d, 10, 1, 0, 20);
675 #undef test