Searched refs:test_negative (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/wireguard/selftest/ |
D | allowedips.c | 478 #define test_negative(version, mem, ipa, ipb, ipc, ipd) do { \ macro 583 test_negative(4, a, 1, 0, 0, 0); in wg_allowedips_selftest() 584 test_negative(4, a, 64, 0, 0, 0); in wg_allowedips_selftest() 585 test_negative(4, a, 128, 0, 0, 0); in wg_allowedips_selftest() 586 test_negative(4, a, 192, 0, 0, 0); in wg_allowedips_selftest() 587 test_negative(4, a, 255, 0, 0, 0); in wg_allowedips_selftest() 594 test_negative(4, a, 192, 168, 0, 1); in wg_allowedips_selftest() 674 #undef test_negative
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | type_cast.c | 84 static void test_negative(void) in test_negative() function 113 test_negative(); in test_type_cast()
|
D | cgrp_local_storage.c | 163 static void test_negative(void) in test_negative() function 300 test_negative(); in cgrp2_local_storage() 343 test_negative(); in cgrp1_local_storage()
|