Lines Matching full:before
407 struct tcp_ao_counters *before, in __test_tcp_ao_counters_cmp() argument
413 if (before->cnt > after->cnt) { \ in __test_tcp_ao_counters_cmp()
415 tst_name ?: "", before->cnt, after->cnt); \ in __test_tcp_ao_counters_cmp()
418 if ((before->cnt != after->cnt) != (expecting_inc)) { \ in __test_tcp_ao_counters_cmp()
421 before->cnt, after->cnt); \ in __test_tcp_ao_counters_cmp()
448 struct tcp_ao_counters *before, in test_tcp_ao_key_counters_cmp() argument
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()
460 before->key_cnts[i].sndid, \ in test_tcp_ao_key_counters_cmp()
461 before->key_cnts[i].rcvid); \ in test_tcp_ao_key_counters_cmp()
464 if ((before->key_cnts[i].cnt != after->key_cnts[i].cnt) != (expecting_inc)) { \ in test_tcp_ao_key_counters_cmp()
467 before->key_cnts[i].cnt, \ in test_tcp_ao_key_counters_cmp()
469 before->key_cnts[i].sndid, \ in test_tcp_ao_key_counters_cmp()
470 before->key_cnts[i].rcvid); \ in test_tcp_ao_key_counters_cmp()
475 if (before->nr_keys != after->nr_keys) { in test_tcp_ao_key_counters_cmp()
477 tst_name, before->nr_keys, after->nr_keys); in test_tcp_ao_key_counters_cmp()
482 i = before->nr_keys; in test_tcp_ao_key_counters_cmp()
484 if (sndid >= 0 && before->key_cnts[i].sndid != sndid) in test_tcp_ao_key_counters_cmp()
486 if (rcvid >= 0 && before->key_cnts[i].rcvid != rcvid) in test_tcp_ao_key_counters_cmp()