Searched refs:test_icmps_ok (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c45 # define test_icmps_ok test_fail macro
48 # define test_icmps_ok test_ok macro
88 test_icmps_ok("Server survived %zd bytes of traffic", test_quota);
103 test_icmps_ok("ICMPs ignored %" PRIu64, icmp_ignored_b - icmp_ignored_a);
H A Dicmps-discard.c45 # define test_icmps_ok test_fail macro
48 # define test_icmps_ok test_ok macro
88 test_icmps_ok("Server survived %zd bytes of traffic", test_quota);
103 test_icmps_ok("ICMPs ignored %" PRIu64, icmp_ignored_b - icmp_ignored_a);

Completed in 145 milliseconds