Lines Matching refs:mMark
72 LOG(DEBUG) << mMark << " connecting TCP socket"; in tcpConnect()
90 const socklen_t len = sizeof(mMark); in tcpConnect()
91 if (setsockopt(mSslFd.get(), SOL_SOCKET, SO_MARK, &mMark, len) == -1) { in tcpConnect()
234 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnect()
236 LOG(DEBUG) << " SSL_connect returned " << ret << " with mark 0x" << std::hex << mMark; in sslConnect()
247 << mMark; in sslConnect()
256 << mMark; in sslConnect()
262 << mMark; in sslConnect()
267 LOG(DEBUG) << mMark << " handshake complete"; in sslConnect()
281 LOG(DEBUG) << mMark << " Writing " << buffer.size() << " bytes"; in sslWrite()
303 LOG(DEBUG) << mMark << " Wrote " << buffer.size() << " bytes"; in sslWrite()
312 setThreadName(StringPrintf("TlsListen_%u", mMark & 0xffff).c_str()); in loop()
480 LOG(DEBUG) << mMark << " SSL_write complete"; in sendQuery()
499 LOG(DEBUG) << mMark << " Expecting response of size " << responseSize; in readResponse()
502 LOG(DEBUG) << mMark << " Failed to read " << response.size() << " bytes"; in readResponse()
510 LOG(DEBUG) << mMark << " Failed to discard " << discard.size() << " bytes"; in readResponse()
515 LOG(DEBUG) << mMark << " SSL_read complete"; in readResponse()