Searched refs:current_zerocopy_send (Results 1 – 1 of 1) sorted by relevance
421 TcpZerocopySendRecord* current_zerocopy_send = nullptr; member1526 if (tcp->current_zerocopy_send != nullptr) { in tcp_handle_write()1527 UnrefMaybePutZerocopySendRecord(tcp, tcp->current_zerocopy_send, 0, in tcp_handle_write()1529 tcp->current_zerocopy_send = nullptr; in tcp_handle_write()1537 tcp->current_zerocopy_send != nullptr in tcp_handle_write()1538 ? tcp_flush_zerocopy(tcp, tcp->current_zerocopy_send, &error) in tcp_handle_write()1550 tcp->current_zerocopy_send = nullptr; in tcp_handle_write()1583 GPR_DEBUG_ASSERT(tcp->current_zerocopy_send == nullptr); in tcp_write()1614 tcp->current_zerocopy_send = zerocopy_send_record; in tcp_write()1777 tcp->current_zerocopy_send = nullptr; in grpc_tcp_create()