/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | connect.c | 38 struct tcp_ao_counters ao1, ao2; in client_fn() local 63 if (test_get_tcp_ao_counters(sk, &ao2)) in client_fn() 74 if (test_tcp_ao_counters_cmp("connect", &ao1, &ao2, TEST_CNT_GOOD)) in client_fn() 80 after_aogood, ao2.ao_info_pkt_good, in client_fn() 81 ao2.key_cnts[0].pkt_good, in client_fn()
|
H A D | seq-ext.c | 68 struct tcp_ao_counters ao1, ao2; in server_fn() local 139 if (test_get_tcp_ao_counters(sk, &ao2)) in server_fn() 143 test_tcp_ao_counters_cmp(NULL, &ao1, &ao2, TEST_CNT_GOOD); in server_fn() 176 struct tcp_ao_counters ao1, ao2; in client_fn() local 225 if (test_get_tcp_ao_counters(sk, &ao2)) in client_fn() 229 test_tcp_ao_counters_cmp(NULL, &ao1, &ao2, TEST_CNT_GOOD); in client_fn()
|
H A D | restore.c | 20 struct tcp_ao_counters ao1, ao2; in try_server_run() local 68 if (test_get_tcp_ao_counters(sk, &ao2)) in try_server_run() 72 test_tcp_ao_counters_cmp(tst_name, &ao1, &ao2, cnt_expected); in try_server_run() 143 struct tcp_ao_counters ao1, ao2; in test_sk_restore() local 181 if (test_get_tcp_ao_counters(sk, &ao2)) in test_sk_restore() 185 test_tcp_ao_counters_cmp(tst_name, &ao1, &ao2, cnt_expected); in test_sk_restore()
|
H A D | rst.c | 131 struct tcp_ao_counters ao1, ao2; in test_server_passive_rst() local 163 if (test_get_tcp_ao_counters(sk, &ao2)) in test_server_passive_rst() 168 test_tcp_ao_counters_cmp("passive RST server", &ao1, &ao2, TEST_CNT_GOOD); in test_server_passive_rst() 326 struct tcp_ao_counters ao1, ao2; in test_client_passive_rst() local 429 if (test_get_tcp_ao_counters(sk, &ao2)) in test_client_passive_rst() 434 test_tcp_ao_counters_cmp("client passive RST", &ao1, &ao2, TEST_CNT_GOOD); in test_client_passive_rst()
|
H A D | setsockopt-closed.c | 767 struct tcp_ao_add ao, ao2; in duplicate_tests() local 776 ao2 = ao; in duplicate_tests() 777 memcpy(&ao2.addr, &SOCKADDR_ANY, sizeof(SOCKADDR_ANY)); in duplicate_tests() 778 ao2.prefix = 0; in duplicate_tests() 779 if (setsockopt(sk, IPPROTO_TCP, TCP_AO_ADD_KEY, &ao2, sizeof(ao))) in duplicate_tests()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | aolib.h | 456 struct tcp_ao_info_opt ao2 = {}; in test_verify_socket_ao() local 459 err = test_get_ao_info(sk, &ao2); in test_verify_socket_ao() 463 return test_cmp_getsockopt_setsockopt_ao(ao, &ao2); in test_verify_socket_ao()
|
/linux/ |
H A D | .mailmap | 85 Antonio Ospite <ao2@ao2.it> <ao2@amarulasolutions.com>
|
/linux/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra20.c | 2171 DRV_PG(ao2, 0x86c),
|
H A D | pinctrl-tegra114.c | 1790 DRV_PINGROUP(ao2, 0x86c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
|
H A D | pinctrl-tegra124.c | 1997 DRV_PINGROUP(ao2, 0x86c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
|
H A D | pinctrl-tegra30.c | 2422 DRV_PINGROUP(ao2, 0x86c, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
|