Searched refs:tcp_zerocopy_send_ctx (Results 1 – 1 of 1) sorted by relevance
357 : tcp_zerocopy_send_ctx(max_sends, send_bytes_threshold) {} in grpc_tcp()420 TcpZerocopySendCtx tcp_zerocopy_send_ctx; member973 tcp->tcp_zerocopy_send_ctx.enabled() && in tcp_get_send_zerocopy_record()974 tcp->tcp_zerocopy_send_ctx.threshold_bytes() < buf->length; in tcp_get_send_zerocopy_record()976 zerocopy_send_record = tcp->tcp_zerocopy_send_ctx.GetSendRecord(); in tcp_get_send_zerocopy_record()979 zerocopy_send_record = tcp->tcp_zerocopy_send_ctx.GetSendRecord(); in tcp_get_send_zerocopy_record()993 tcp->tcp_zerocopy_send_ctx.Shutdown(); in ZerocopyDisableAndWaitForRemaining()994 while (!tcp->tcp_zerocopy_send_ctx.AllSendRecordsEmpty()) { in ZerocopyDisableAndWaitForRemaining()1061 tcp->tcp_zerocopy_send_ctx.ReleaseSendRecord(seq); in process_zerocopy()1346 tcp->tcp_zerocopy_send_ctx.NoteSend(record); in do_tcp_flush_zerocopy()[all …]