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; member975 tcp->tcp_zerocopy_send_ctx.enabled() && in tcp_get_send_zerocopy_record()976 tcp->tcp_zerocopy_send_ctx.threshold_bytes() < buf->length; in tcp_get_send_zerocopy_record()978 zerocopy_send_record = tcp->tcp_zerocopy_send_ctx.GetSendRecord(); in tcp_get_send_zerocopy_record()981 zerocopy_send_record = tcp->tcp_zerocopy_send_ctx.GetSendRecord(); in tcp_get_send_zerocopy_record()995 tcp->tcp_zerocopy_send_ctx.Shutdown(); in ZerocopyDisableAndWaitForRemaining()996 while (!tcp->tcp_zerocopy_send_ctx.AllSendRecordsEmpty()) { in ZerocopyDisableAndWaitForRemaining()1063 tcp->tcp_zerocopy_send_ctx.ReleaseSendRecord(seq); in process_zerocopy()1350 tcp->tcp_zerocopy_send_ctx.NoteSend(record); in do_tcp_flush_zerocopy()[all …]