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.c389 out->key_cnts = calloc(nr_keys, sizeof(out->key_cnts[0])); in test_get_tcp_ao_counters()
390 if (!out->key_cnts) { in test_get_tcp_ao_counters()
396 out->key_cnts[nr_keys].sndid = key_dump[nr_keys].sndid; in test_get_tcp_ao_counters()
397 out->key_cnts[nr_keys].rcvid = key_dump[nr_keys].rcvid; in test_get_tcp_ao_counters()
398 out->key_cnts[nr_keys].pkt_good = key_dump[nr_keys].pkt_good; in test_get_tcp_ao_counters()
399 out->key_cnts[nr_keys].pkt_bad = key_dump[nr_keys].pkt_bad; in test_get_tcp_ao_counters()
456 if (before->key_cnts[i].cnt > after->key_cnts[i].cnt) { \ in test_tcp_ao_key_counters_cmp()
458 tst_name ?: "", before->key_cnts[i].cnt, \ in test_tcp_ao_key_counters_cmp()
459 after->key_cnts[i].cnt, \ in test_tcp_ao_key_counters_cmp()
460 before->key_cnts[i].sndid, \ in test_tcp_ao_key_counters_cmp()
[all …]
H A Daolib.h512 struct tcp_ao_key_counters *key_cnts; member
/linux/tools/testing/selftests/net/tcp_ao/
H A Dconnect.c79 ao1.key_cnts[0].pkt_good, in client_fn()
81 ao2.key_cnts[0].pkt_good, in client_fn()