Lines Matching refs:send
55 Sockets must be bound before you can send or receive data.
79 setsockopt(SOL_SOCKET): send and receive buffer size
80 RDS honors the send and receive buffer size socket options.
90 mark the port as "congested" and send a congestion update to
104 An attempt to send a message that exceeds SO_SNDSIZE will
107 An attempt to send a message that would take the total number
111 An attempt to send a message to a destination that is marked
135 POLLOUT is a little harder. Since you can essentially send
137 there's room on the send queue (ie the number of bytes queued
152 it detects a timeout. For instance, if it tried to send a message,
215 more send room)
235 message from their send queue quickly, but could cause excessive
239 its send buffers start to fill up. All retransmissions are also
268 sages on sockets. The dense bitmaps let transports send the
272 inexpensive bit test to test if the port it's about to send to
326 The first time an attempt is made by an RDS socket to send data to
336 The send path
343 - rds_message placed on send queue
344 - send worker awoken
352 - calls transport to send either non-RDMA or RDMA message
356 - allocs work requests from send ring
357 - adds any new send credits available to peer (h_credits)
361 - post send to connection's queue pair