Lines Matching defs:to

218 	/* Copy the default impl_opts first to cover cases when user's impl_opts is smaller */
310 /* Round up to next 64 byte multiple */
329 /* Too much data to fit into the new pipe size */
374 /* Set kernel buffer size to be at least MIN_SO_RCVBUF_SIZE and
401 /* Set kernel buffer size to be at least MIN_SO_SNDBUF_SIZE and
431 /* Try to turn on zero copy sends */
445 SPDK_ERRLOG("quickack was failed to set\n");
485 int to;
541 to = opts->ack_timeout;
542 rc = setsockopt(fd, IPPROTO_TCP, TCP_USER_TIMEOUT, &to, sizeof(to));
573 SPDK_ERRLOG("Unable to find PSK for identity: %s\n", identity);
601 SPDK_ERRLOG("Unable to allocate new SSL session\n");
613 SPDK_ERRLOG("Unable to set cipher: %s\n", cipher_name);
629 SPDK_ERRLOG("Unable to set TLS version: %d\n", TLS1_3_VERSION);
635 SPDK_ERRLOG("Unable to set PSK for session\n");
675 SPDK_ERRLOG("Unable to allocate new SSL session\n");
687 SPDK_ERRLOG("Unable to set cipher: %s\n", cipher_name);
703 SPDK_ERRLOG("Unable to set TLS version: %d\n", TLS1_3_VERSION);
709 SPDK_ERRLOG("Unable to set PSK for session\n");
759 SPDK_DEBUGLOG(sock_posix, "Hardening TLS version to '%d'='0x%X'\n", impl_opts->tls_version,
762 SPDK_ERRLOG("Unable to set Min TLS version to '%d'='0x%X\n", impl_opts->tls_version, tls_version);
766 SPDK_ERRLOG("Unable to set Max TLS version to '%d'='0x%X\n", impl_opts->tls_version, tls_version);
779 SPDK_ERRLOG("Unable to set kTLS offload via SSL_CTX_set_options(). Configure openssl with 'enable-ktls'\n");
788 SPDK_ERRLOG("Unable to set TLS cipher suites for SSL'\n");
1239 /* If the socket fails to close, the best choice is to
1240 * leak the fd but continue to free the rest of the sock
1280 SPDK_ERRLOG("Attempting to receive from ERRQUEUE yielded error, but pending list still has orphaned entries\n");
1302 * order we need such that all of the requests to complete are
1304 * belonging to the same sendmsg call are sequential, so once
1313 /* This wasn't a zcopy request. It was just waiting in line to complete */
1453 /* Re-use the offset field to hold the sendmsg call index. The
1600 * receive directly to their buffers. */
1642 /* In order to process a writev, we need to flush any asynchronous writes
1650 /* We weren't able to flush all requests */
1875 SPDK_ERRLOG("Failed to insert sock group into map: %d\n", rc);
1939 /* switched from another polling group due to scheduling */
1955 SPDK_ERRLOG("Failed to insert sock group into map: %d\n", rc);
2031 * to flush the software tx queue. If there wasn't incoming data
2033 * to kick off the send operation, but since there is a pending event
2038 * the last poll loop. We take this to mean that the upper layer is
2039 * unable to consume them because it is blocked waiting for resources
2040 * to free up, and those resources are most likely freed in response
2041 * to a pending asynchronous write completing.
2045 * equivalent to polling all of them. As a quick mechanism to avoid
2050 * though this won't stop all extra calls to poll(), it's very fast
2089 /* poll() is called here to busy poll the queue associated with
2110 * the group in response to a send ack, don't
2111 * add it to the array here. */
2141 * list and do not add it to socks array */
2156 * psock currently points at D. We want to rearrange the list to the following:
2159 * The variables below are named according to this example to make it easier to
2165 /* Capture pointers to the elements we need */
2174 /* Connect F to A */
2182 /* D is in front of the list, make tqe prev pointer point to the head of list */