Home
last modified time | relevance | path

Searched refs:zerocopy_send_record (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc971 TcpZerocopySendRecord* zerocopy_send_record = nullptr; in tcp_get_send_zerocopy_record() local
976 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() local
1596 zerocopy_send_record = tcp_get_send_zerocopy_record(tcp, buf); in tcp_write()
1597 if (zerocopy_send_record == nullptr) { in tcp_write()
[all …]