Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/
Dsock.c240 #define __cmp_ao(member) \ in test_cmp_getsockopt_setsockopt() macro
248 __cmp_ao(sndid); in test_cmp_getsockopt_setsockopt()
249 __cmp_ao(rcvid); in test_cmp_getsockopt_setsockopt()
250 __cmp_ao(prefix); in test_cmp_getsockopt_setsockopt()
251 __cmp_ao(keyflags); in test_cmp_getsockopt_setsockopt()
252 __cmp_ao(ifindex); in test_cmp_getsockopt_setsockopt()
254 __cmp_ao(maclen); in test_cmp_getsockopt_setsockopt()
261 __cmp_ao(keylen); in test_cmp_getsockopt_setsockopt()
267 #undef __cmp_ao in test_cmp_getsockopt_setsockopt()
411 #define __cmp_ao(cnt, expecting_inc) \ in __test_tcp_ao_counters_cmp() macro
[all …]
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dsetsockopt-closed.c30 #define __cmp_ao(member) \ in test_vefify_ao_info() macro
39 __cmp_ao(current_key); in test_vefify_ao_info()
41 __cmp_ao(rnext); in test_vefify_ao_info()
43 __cmp_ao(pkt_good); in test_vefify_ao_info()
44 __cmp_ao(pkt_bad); in test_vefify_ao_info()
45 __cmp_ao(pkt_key_not_found); in test_vefify_ao_info()
46 __cmp_ao(pkt_ao_required); in test_vefify_ao_info()
47 __cmp_ao(pkt_dropped_icmp); in test_vefify_ao_info()
49 __cmp_ao(ao_required); in test_vefify_ao_info()
50 __cmp_ao(accept_icmps); in test_vefify_ao_info()
[all …]