Lines Matching refs:send
50 Sockets must be bound before you can send or receive data.
73 setsockopt(SOL_SOCKET): send and receive buffer size
74 RDS honors the send and receive buffer size socket options.
84 mark the port as "congested" and send a congestion update to
97 An attempt to send a message that exceeds SO_SNDSIZE will
100 An attempt to send a message that would take the total number
104 An attempt to send a message to a destination that is marked
128 POLLOUT is a little harder. Since you can essentially send
130 there's room on the send queue (ie the number of bytes queued
145 it detects a timeout. For instance, if it tried to send a message,
188 more send room)
208 message from their send queue quickly, but could cause excessive
212 its send buffers start to fill up. All retransmissions are also
241 sages on sockets. The dense bitmaps let transports send the
245 inexpensive bit test to test if the port it's about to send to
293 The first time an attempt is made by an RDS socket to send data to
303 The send path
310 rds_message placed on send queue
311 send worker awoken
317 calls transport to send either non-RDMA or RDMA message
320 allocs work requests from send ring
321 adds any new send credits available to peer (h_credits)
325 post send to connection's queue pair