Searched refs:key_cnts (Results 1 – 3 of 3) sorted by relevance
389 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 …]
512 struct tcp_ao_key_counters *key_cnts; member
79 ao1.key_cnts[0].pkt_good, in client_fn()81 ao2.key_cnts[0].pkt_good, in client_fn()