Symbol: test_ok
tools/testing/selftests/bpf/prog_tests/kfree_skb.c
118
err = bpf_map_lookup_elem(bpf_map__fd(skel->maps.bss), &zero, test_ok);
tools/testing/selftests/bpf/prog_tests/kfree_skb.c
123
CHECK_FAIL(!test_ok[0] || !test_ok[1]);
tools/testing/selftests/bpf/prog_tests/kfree_skb.c
71
bool test_ok[2];
tools/testing/selftests/net/tcp_ao/bench-lookups.c
204
test_ok("%-20s\t%zu keys: min=%" PRIu64 "ms max=%" PRIu64 "ms mean=%gms stddev=%g",
tools/testing/selftests/net/tcp_ao/connect-deny.c
191
test_ok("%s: connect() was prevented", tst_name);
tools/testing/selftests/net/tcp_ao/connect-deny.c
193
test_ok("%s", tst_name);
tools/testing/selftests/net/tcp_ao/connect-deny.c
196
test_ok("%s: refused to connect", tst_name);
tools/testing/selftests/net/tcp_ao/connect-deny.c
206
test_ok("%s: connected", tst_name);
tools/testing/selftests/net/tcp_ao/connect-deny.c
96
test_ok("%s: counter %s increased %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/connect.c
77
test_ok("connect TCPAOGood %" PRIu64 "/%" PRIu64 "/%" PRIu64 " => %" PRIu64 "/%" PRIu64 "/%" PRIu64 ", sent %zu",
tools/testing/selftests/net/tcp_ao/icmps-accept.c
44
# define test_icmps_fail test_ok
tools/testing/selftests/net/tcp_ao/icmps-accept.c
48
# define test_icmps_ok test_ok
tools/testing/selftests/net/tcp_ao/icmps-accept.c
83
test_ok("%s delivered %" PRIu64,
tools/testing/selftests/net/tcp_ao/icmps-discard.c
44
# define test_icmps_fail test_ok
tools/testing/selftests/net/tcp_ao/icmps-discard.c
48
# define test_icmps_ok test_ok
tools/testing/selftests/net/tcp_ao/icmps-discard.c
83
test_ok("%s delivered %" PRIu64,
tools/testing/selftests/net/tcp_ao/key-management.c
1003
test_ok("Can't add a key with non-matching VRF for established sk");
tools/testing/selftests/net/tcp_ao/key-management.c
122
test_ok("%s: key deletion was prevented", tst_name);
tools/testing/selftests/net/tcp_ao/key-management.c
135
test_ok("%s: the key was deleted", tst_name);
tools/testing/selftests/net/tcp_ao/key-management.c
224
test_ok("%s", tst_name);
tools/testing/selftests/net/tcp_ao/key-management.c
228
test_ok("%s", tst_name);
tools/testing/selftests/net/tcp_ao/key-management.c
291
test_ok("%s: the socket has no current/rnext keys", tst_msg);
tools/testing/selftests/net/tcp_ao/key-management.c
308
test_ok("listen socket, getsockopt(TCP_AO_REPAIR) is restricted");
tools/testing/selftests/net/tcp_ao/key-management.c
314
test_ok("listen socket, setsockopt(TCP_AO_REPAIR) is restricted");
tools/testing/selftests/net/tcp_ao/key-management.c
332
test_ok("listen socket, setting current key not allowed");
tools/testing/selftests/net/tcp_ao/key-management.c
337
test_ok("listen socket, setting rnext key not allowed");
tools/testing/selftests/net/tcp_ao/key-management.c
565
test_ok("%s: current key %u as expected",
tools/testing/selftests/net/tcp_ao/key-management.c
575
test_ok("%s: rnext key %u as expected", tst, ao_info.rnext);
tools/testing/selftests/net/tcp_ao/key-management.c
661
test_ok("%s: passed counters checks", tst_name);
tools/testing/selftests/net/tcp_ao/key-management.c
787
test_ok("%s: The socket keys are consistent with the expectations",
tools/testing/selftests/net/tcp_ao/key-management.c
825
test_ok("%s: server alive", tst_name);
tools/testing/selftests/net/tcp_ao/key-management.c
990
test_ok("Can't add a key with non-matching ip-address for established sk");
tools/testing/selftests/net/tcp_ao/lib/ftrace-tcp.c
471
test_ok("Trace events matched expectations: %zu %s",
tools/testing/selftests/net/tcp_ao/lib/ftrace-tcp.c
474
test_ok("No unexpected trace events during the test run");
tools/testing/selftests/net/tcp_ao/restore.c
169
test_ok("%s: post-migrate connection is broken", tst_name);
tools/testing/selftests/net/tcp_ao/restore.c
176
test_ok("%s: post-migrate connection is alive", tst_name);
tools/testing/selftests/net/tcp_ao/restore.c
190
test_ok("%s: counter %s increased %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/restore.c
59
test_ok("%s: server couldn't serve", tst_name);
tools/testing/selftests/net/tcp_ao/restore.c
64
test_ok("%s: server alive", tst_name);
tools/testing/selftests/net/tcp_ao/restore.c
77
test_ok("%s(server): counter %s increased %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/rst.c
115
test_ok("servered %zd bytes", bytes);
tools/testing/selftests/net/tcp_ao/rst.c
126
test_ok("MKT counters are good on server");
tools/testing/selftests/net/tcp_ao/rst.c
293
test_ok("Verified established tcp connection");
tools/testing/selftests/net/tcp_ao/rst.c
316
test_ok("sk[%d] = %d%s", i, sk[i],
tools/testing/selftests/net/tcp_ao/rst.c
346
test_ok("Verified established tcp connection");
tools/testing/selftests/net/tcp_ao/rst.c
422
test_ok("client sock was passively reset post-seq-adjust");
tools/testing/selftests/net/tcp_ao/rst.c
48
test_ok("No segments without AO sign (%s)", msg);
tools/testing/selftests/net/tcp_ao/rst.c
56
test_ok("Signed AO segments (%s): %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/rst.c
65
test_ok("No segments with bad AO sign (%s)", msg);
tools/testing/selftests/net/tcp_ao/self-connect.c
105
test_ok("%s: connect TCPAOGood %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/self-connect.c
158
test_ok("%s: connect TCPAOGood %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/seq-ext.c
135
test_ok("server alive");
tools/testing/selftests/net/tcp_ao/seq-ext.c
149
test_ok("TCPAOGood counter increased %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/seq-ext.c
156
test_ok("TCPAOBad counter didn't increase");
tools/testing/selftests/net/tcp_ao/seq-ext.c
160
test_ok("SEQ extension incremented: %u/%u",
tools/testing/selftests/net/tcp_ao/seq-ext.c
222
test_ok("post-migrate connection alive");
tools/testing/selftests/net/tcp_ao/seq-ext.c
235
test_ok("TCPAOGood counter increased %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/seq-ext.c
242
test_ok("TCPAOBad counter didn't increase");
tools/testing/selftests/net/tcp_ao/setsockopt-closed.c
267
test_ok("optmem limit was hit on adding %zu key", i);
tools/testing/selftests/net/tcp_ao/setsockopt-closed.c
54
test_ok("AO info get: %s", tst);
tools/testing/selftests/net/tcp_ao/setsockopt-closed.c
76
test_ok("%s%s", tst ?: "", tst2 ?: "");
tools/testing/selftests/net/tcp_ao/setsockopt-closed.c
88
test_ok("%s%s", tst ?: "", tst2 ?: "");
tools/testing/selftests/net/tcp_ao/setsockopt-closed.c
910
test_ok("filter keys: %s", tst);
tools/testing/selftests/net/tcp_ao/setsockopt-closed.c
989
test_ok("filter keys: correct nkeys when in.nkeys < matches");
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
101
test_ok("%s: no counter checks", tst_name);
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
111
test_ok("%s: counter %s increased %" PRIu64 " => %" PRIu64,
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
296
test_ok("%s: connect() was prevented", tst_name);
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
298
test_ok("%s", tst_name);
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
301
test_ok("%s: refused to connect", tst_name);
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
310
test_ok("%s: connected", tst_name);
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
363
test_ok("%s: prefailed as expected: %m", tst_name);
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
433
test_ok("%s", tst_name);
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
468
test_ok("%s: postfailed as expected", tst_name);
tools/testing/selftests/net/tcp_ao/unsigned-md5.c
483
test_ok("%s: postfailed as expected", tst_name);