Searched refs:test_client_loop (Results 1 – 1 of 1) sorted by relevance
/linux-6.15/tools/testing/selftests/net/tcp_ao/lib/ |
D | sock.c | 647 static ssize_t test_client_loop(int sk, size_t buf_sz, const size_t msg_len, in test_client_loop() function 707 ret = test_client_loop(sk, buf_sz, msg_len, NULL, 0, NULL); in test_client_verify() 725 ret = test_client_loop(sk, buf_sz, msg_len, &c, cond, err); in test_skpair_client()
|