Searched refs:test_negative (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtype_cast.c84 static void test_negative(void) function
113 test_negative();
H A Dcgrp_local_storage.c163 static void test_negative(void) function
300 test_negative();
343 test_negative();
/linux-master/drivers/net/wireguard/selftest/
H A Dallowedips.c478 #define test_negative(version, mem, ipa, ipb, ipc, ipd) do { \ macro
583 test_negative(4, a, 1, 0, 0, 0);
584 test_negative(4, a, 64, 0, 0, 0);
585 test_negative(4, a, 128, 0, 0, 0);
586 test_negative(4, a, 192, 0, 0, 0);
587 test_negative(4, a, 255, 0, 0, 0);
594 test_negative(4, a, 192, 168, 0, 1);
674 #undef test_negative macro

Completed in 114 milliseconds