Searched refs:client_fd2 (Results 1 – 1 of 1) sorted by relevance
444 int listen_fd = -1, client_fd1 = -1, client_fd2 = -1; in test_sockmap_with_mptcp_fallback() local463 client_fd2 = connect_to_fd_opts(listen_fd, NULL); in test_sockmap_with_mptcp_fallback()464 if (!ASSERT_OK_FD(client_fd2, "sockmap-fb:connect_to_fd")) in test_sockmap_with_mptcp_fallback()477 recvd = recv(client_fd2, rcv, sizeof(rcv), 0); in test_sockmap_with_mptcp_fallback()484 if (client_fd2 >= 0) in test_sockmap_with_mptcp_fallback()485 close(client_fd2); in test_sockmap_with_mptcp_fallback()