Lines Matching refs:send
48 Sockets must be bound before you can send or receive data.
71 setsockopt(SOL_SOCKET): send and receive buffer size
72 RDS honors the send and receive buffer size socket options.
82 mark the port as "congested" and send a congestion update to
96 An attempt to send a message that exceeds SO_SNDSIZE will
99 An attempt to send a message that would take the total number
103 An attempt to send a message to a destination that is marked
127 POLLOUT is a little harder. Since you can essentially send
129 there's room on the send queue (ie the number of bytes queued
144 it detects a timeout. For instance, if it tried to send a message,
201 more send room)
221 message from their send queue quickly, but could cause excessive
225 its send buffers start to fill up. All retransmissions are also
254 sages on sockets. The dense bitmaps let transports send the
258 inexpensive bit test to test if the port it's about to send to
306 The first time an attempt is made by an RDS socket to send data to
316 The send path
323 rds_message placed on send queue
324 send worker awoken
330 calls transport to send either non-RDMA or RDMA message
333 allocs work requests from send ring
334 adds any new send credits available to peer (h_credits)
338 post send to connection's queue pair