Lines Matching refs:mMark
73 LOG(INFO) << fmt::format("Connecting to {} with mark 0x{:x}", mServer.toString(), mMark); in tcpConnect()
84 const socklen_t len = sizeof(mMark); in tcpConnect()
85 if (setsockopt(mSslFd.get(), SOL_SOCKET, SO_MARK, &mMark, len)) { in tcpConnect()
271 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnect()
273 LOG(INFO) << " SSL_connect returned " << ret << " with mark 0x" << std::hex << mMark; in sslConnect()
284 << mMark; in sslConnect()
293 << mMark; in sslConnect()
299 << mMark; in sslConnect()
304 LOG(DEBUG) << mMark << " handshake complete"; in sslConnect()
316 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnectV2()
318 LOG(INFO) << " SSL_connect returned " << ret << " with mark 0x" << std::hex << mMark; in sslConnectV2()
337 << mMark; in sslConnectV2()
357 LOG(DEBUG) << mMark << " handshake complete"; in sslConnectV2()
371 LOG(DEBUG) << mMark << " Writing " << buffer.size() << " bytes"; in sslWrite()
393 LOG(DEBUG) << mMark << " Wrote " << buffer.size() << " bytes"; in sslWrite()
402 setThreadName(fmt::format("TlsListen_{}", mMark & 0xffff)); in loop()
499 LOG(INFO) << fmt::format("Disconnecting {}, mark 0x{:x}", mServer.toString(), mMark); in loop()
616 LOG(DEBUG) << mMark << " SSL_write complete"; in sendQuery()
635 LOG(DEBUG) << mMark << " Expecting response of size " << responseSize; in readResponse()
638 LOG(DEBUG) << mMark << " Failed to read " << response.size() << " bytes"; in readResponse()
646 LOG(DEBUG) << mMark << " Failed to discard " << discard.size() << " bytes"; in readResponse()
651 LOG(DEBUG) << mMark << " SSL_read complete"; in readResponse()