Lines Matching full:before
408 struct tcp_ao_counters *before, in __test_tcp_ao_counters_cmp() argument
414 if (before->cnt > after->cnt) { \ in __test_tcp_ao_counters_cmp()
416 tst_name ?: "", before->cnt, after->cnt); \ in __test_tcp_ao_counters_cmp()
419 if ((before->cnt != after->cnt) != (expecting_inc)) { \ in __test_tcp_ao_counters_cmp()
422 before->cnt, after->cnt); \ in __test_tcp_ao_counters_cmp()
449 struct tcp_ao_counters *before, in test_tcp_ao_key_counters_cmp() argument
457 if (before->key_cnts[i].cnt > after->key_cnts[i].cnt) { \ in test_tcp_ao_key_counters_cmp()
459 tst_name ?: "", before->key_cnts[i].cnt, \ in test_tcp_ao_key_counters_cmp()
461 before->key_cnts[i].sndid, \ in test_tcp_ao_key_counters_cmp()
462 before->key_cnts[i].rcvid); \ in test_tcp_ao_key_counters_cmp()
465 if ((before->key_cnts[i].cnt != after->key_cnts[i].cnt) != (expecting_inc)) { \ in test_tcp_ao_key_counters_cmp()
468 before->key_cnts[i].cnt, \ in test_tcp_ao_key_counters_cmp()
470 before->key_cnts[i].sndid, \ in test_tcp_ao_key_counters_cmp()
471 before->key_cnts[i].rcvid); \ in test_tcp_ao_key_counters_cmp()
476 if (before->nr_keys != after->nr_keys) { in test_tcp_ao_key_counters_cmp()
478 tst_name, before->nr_keys, after->nr_keys); in test_tcp_ao_key_counters_cmp()
483 i = before->nr_keys; in test_tcp_ao_key_counters_cmp()
485 if (sndid >= 0 && before->key_cnts[i].sndid != sndid) in test_tcp_ao_key_counters_cmp()
487 if (rcvid >= 0 && before->key_cnts[i].rcvid != rcvid) in test_tcp_ao_key_counters_cmp()