Searched refs:tcp_write_with_timestamps (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 568 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, 576 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, in tcp_write_with_timestamps() function 763 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, in tcp_write_with_timestamps() function 824 if (!tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length, in tcp_flush()
|