Lines Matching full:messages
9 can efficiently send and receive application protocol messages over TCP using
45 The multiplexor provides the message steering. In the transmit path, messages
47 Similarly, in the receive path, messages are constructed on each TCP socket
48 (Psock) and complete messages are steered to a KCM socket.
55 messages on receive as well as other connection specific information for KCM.
63 can be used to send and receive messages from the KCM socket.
73 Messages are sent over a TCP stream with some application protocol message
74 format that typically includes a header which frames the messages. The length
102 socket. The BPF program may also enforce a maximum messages size and report an
105 A timeout may be set for assembling messages on a receive socket. The timeout
193 When receive is disabled, any pending messages in the socket's
196 work on a request and won't be able to service new messages for a
225 messages. The kernel provides necessary assurances that messages are sent
228 application layer messages a unit of work in the kernel for the purposes of
253 based on groups, or batches of messages, can be beneficial for performance.
256 messages on a KCM socket.
258 1) Send multiple messages in a single sendmmsg.
259 2) Send a group of messages each with a sendmsg call, where all messages
261 3) Create "super message" composed of multiple messages and send this
264 On receive, the KCM module attempts to queue messages received on the