Searched refs:tcp_write_with_timestamps (Results 1 – 2 of 2) 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()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 955 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, 999 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, in tcp_write_with_timestamps() function 1250 static bool tcp_write_with_timestamps(grpc_tcp* /*tcp*/, struct msghdr* /*msg*/, in tcp_write_with_timestamps() function 1349 !tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length, in do_tcp_flush_zerocopy() 1454 !tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length)) { in tcp_flush()
|