Searched refs:zerocopy_send_record (Results 1 – 1 of 1) sorted by relevance
971 TcpZerocopySendRecord* zerocopy_send_record = nullptr; in tcp_get_send_zerocopy_record() local976 zerocopy_send_record = tcp->tcp_zerocopy_send_ctx.GetSendRecord(); in tcp_get_send_zerocopy_record()977 if (zerocopy_send_record == nullptr) { in tcp_get_send_zerocopy_record()979 zerocopy_send_record = tcp->tcp_zerocopy_send_ctx.GetSendRecord(); in tcp_get_send_zerocopy_record()981 if (zerocopy_send_record != nullptr) { in tcp_get_send_zerocopy_record()982 zerocopy_send_record->PrepareForSends(buf); in tcp_get_send_zerocopy_record()989 return zerocopy_send_record; in tcp_get_send_zerocopy_record()1566 TcpZerocopySendRecord* zerocopy_send_record = nullptr; in tcp_write() local1596 zerocopy_send_record = tcp_get_send_zerocopy_record(tcp, buf); in tcp_write()1597 if (zerocopy_send_record == nullptr) { in tcp_write()[all …]