Lines Matching refs:messages
17 The RX ring is used by the kernel to directly construct netlink messages into
19 additionally as long as the ring contains messages no recvmsg() or poll()
22 The TX ring is used to process messages directly from user-space memory, the
23 kernel processes all messages contained in the ring using a single sendmsg()
32 - conversion of the RX path to get messages from the ring instead of recvmsg()
33 - conversion of the TX path to construct messages into the ring
48 processed in order until no more messages are available, as indicated by
158 to wait for new messages.
167 new messages.
192 processed some messages following it in the ring. The
261 /* If no new messages, poll again */
287 /* No more messages to process, continue polling */
303 A single message is constructed and transmitted, to send multiple messages