Searched refs:tcp_write_with_timestamps (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_posix.cc | 1243 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, 1287 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, in tcp_write_with_timestamps() function 1536 static bool tcp_write_with_timestamps(grpc_tcp* /*tcp*/, struct msghdr* /*msg*/, in tcp_write_with_timestamps() function 1639 !tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length, in do_tcp_flush_zerocopy() 1754 !tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length, in tcp_flush()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 1178 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, 1222 static bool tcp_write_with_timestamps(grpc_tcp* tcp, struct msghdr* msg, in tcp_write_with_timestamps() function 1469 static bool tcp_write_with_timestamps(grpc_tcp* /*tcp*/, struct msghdr* /*msg*/, in tcp_write_with_timestamps() function 1572 !tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length, in do_tcp_flush_zerocopy() 1684 !tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length, in tcp_flush()
|