Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c411 #define __cmp_ao(cnt, expecting_inc) \ in __test_tcp_ao_counters_cmp() argument
418 if ((before->cnt != after->cnt) != (expecting_inc)) { \ in __test_tcp_ao_counters_cmp()
420 tst_name ?: "", (expecting_inc) ? "" : "not ", \ in __test_tcp_ao_counters_cmp()
454 #define __cmp_ao(i, cnt, expecting_inc) \ in test_tcp_ao_key_counters_cmp() argument
464 if ((before->key_cnts[i].cnt != after->key_cnts[i].cnt) != (expecting_inc)) { \ in test_tcp_ao_key_counters_cmp()
466 tst_name ?: "", (expecting_inc) ? "" : "not ",\ in test_tcp_ao_key_counters_cmp()