Home
last modified time | relevance | path

Searched refs:key_cnts (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c465 out->ao.key_cnts = calloc(nr_keys, sizeof(out->ao.key_cnts[0])); in test_get_tcp_counters()
466 if (!out->ao.key_cnts) { in test_get_tcp_counters()
472 out->ao.key_cnts[nr_keys].sndid = key_dump[nr_keys].sndid; in test_get_tcp_counters()
473 out->ao.key_cnts[nr_keys].rcvid = key_dump[nr_keys].rcvid; in test_get_tcp_counters()
474 out->ao.key_cnts[nr_keys].pkt_good = key_dump[nr_keys].pkt_good; in test_get_tcp_counters()
475 out->ao.key_cnts[nr_keys].pkt_bad = key_dump[nr_keys].pkt_bad; in test_get_tcp_counters()
503 __cmp(ao.key_cnts[i].pkt_good, TEST_CNT_KEY_GOOD); in test_cmp_counters()
504 __cmp(ao.key_cnts[i].pkt_bad, TEST_CNT_KEY_BAD); in test_cmp_counters()
544 if (before->key_cnts[i].cnt > after->key_cnts[i].cnt) { \ in test_assert_counters_key()
546 tst_name ?: "", before->key_cnts[i].cnt, \ in test_assert_counters_key()
[all …]
H A Daolib.h511 struct tcp_ao_key_counters *key_cnts; member
/linux/tools/testing/selftests/net/tcp_ao/
H A Dconnect.c79 ao1.ao.key_cnts[0].pkt_good, in client_fn()
81 ao2.ao.key_cnts[0].pkt_good, in client_fn()