Searched refs:test_ok (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkfree_skb.c70 bool test_ok[2]; local
117 err = bpf_map_lookup_elem(bpf_map__fd(skel->maps.bss), &zero, test_ok);
122 CHECK_FAIL(!test_ok[0] || !test_ok[1]);
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dseq-ext.c127 test_ok("server alive");
140 test_ok("TCPAOGood counter increased %zu => %zu",
147 test_ok("TCPAOBad counter didn't increase");
151 test_ok("SEQ extension incremented: %u/%u",
213 test_ok("post-migrate connection alive");
225 test_ok("TCPAOGood counter increased %zu => %zu",
232 test_ok("TCPAOBad counter didn't increase");
H A Drst.c48 test_ok("No segments without AO sign (%s)", msg);
56 test_ok("Signed AO segments (%s): %" PRIu64 " => %" PRIu64,
65 test_ok("No segments with bad AO sign (%s)", msg);
115 test_ok("servered %zd bytes", bytes);
126 test_ok("MKT counters are good on server");
294 test_ok("Verified established tcp connection");
317 test_ok("sk[%d] = %d%s", i, sk[i],
347 test_ok("Verified established tcp connection");
423 test_ok("client sock was passively reset post-seq-adjust");
H A Drestore.c60 test_ok("%s: server couldn't serve", tst_name);
65 test_ok("%s: server alive", tst_name);
77 test_ok("%s: counter %s increased %zu => %zu",
170 test_ok("%s: post-migrate connection is broken", tst_name);
177 test_ok("%s: post-migrate connection is alive", tst_name);
189 test_ok("%s: counter %s increased %zu => %zu",
H A Dconnect-deny.c90 test_ok("%s: counter %s increased %zu => %zu",
185 test_ok("%s: connect() was prevented", tst_name);
187 test_ok("%s", tst_name);
190 test_ok("%s: refused to connect", tst_name);
200 test_ok("%s: connected", tst_name);
H A Dkey-management.c122 test_ok("%s: key deletion was prevented", tst_name);
135 test_ok("%s: the key was deleted", tst_name);
224 test_ok("%s", tst_name);
228 test_ok("%s", tst_name);
291 test_ok("%s: the socket has no current/rnext keys", tst_msg);
308 test_ok("listen socket, getsockopt(TCP_AO_REPAIR) is restricted");
314 test_ok("listen socket, setsockopt(TCP_AO_REPAIR) is restricted");
332 test_ok("listen socket, setting current key not allowed");
337 test_ok("listen socket, setting rnext key not allowed");
565 test_ok("
[all...]
H A Dunsigned-md5.c96 test_ok("%s: no counter checks", tst_name);
106 test_ok("%s: counter %s increased %zu => %zu",
288 test_ok("%s: connect() was prevented", tst_name);
290 test_ok("%s", tst_name);
293 test_ok("%s: refused to connect", tst_name);
302 test_ok("%s: connected", tst_name);
356 test_ok("%s: prefailed as expected: %m", tst_name);
426 test_ok("%s", tst_name);
462 test_ok("%s: postfailed as expected", tst_name);
477 test_ok("
[all...]
H A Dself-connect.c120 test_ok("%s: connect TCPAOGood %" PRIu64 " => %" PRIu64,
173 test_ok("%s: connect TCPAOGood %" PRIu64 " => %" PRIu64,
H A Dconnect.c77 test_ok("connect TCPAOGood %" PRIu64 "/%" PRIu64 "/%" PRIu64 " => %" PRIu64 "/%" PRIu64 "/%" PRIu64 ", sent %" PRIu64,
H A Dicmps-accept.c44 # define test_icmps_fail test_ok
48 # define test_icmps_ok test_ok
83 test_ok("%s delivered %" PRIu64,
H A Dicmps-discard.c44 # define test_icmps_fail test_ok
48 # define test_icmps_ok test_ok
83 test_ok("%s delivered %" PRIu64,
H A Dsetsockopt-closed.c52 test_ok("AO info get: %s", tst);
74 test_ok("%s%s", tst ?: "", tst2 ?: "");
86 test_ok("%s%s", tst ?: "", tst2 ?: "");
265 test_ok("optmem limit was hit on adding %zu key", i);
H A Dbench-lookups.c204 test_ok("%-20s\t%zu keys: min=%" PRIu64 "ms max=%" PRIu64 "ms mean=%gms stddev=%g",
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h58 #define test_ok(fmt, ...) \ macro

Completed in 164 milliseconds