Lines Matching refs:RX
14 Memory mapped netlink I/O used two circular ring buffers for RX and TX which
17 The RX ring is used by the kernel to directly construct netlink messages into
32 - conversion of the RX path to get messages from the ring instead of recvmsg()
42 Usage of either ring is optional, but even if only the RX ring is used the
65 RX and TX rings
156 RX ring: frame belongs to the kernel and contains no message
164 RX ring only: frame is currently used by the kernel for message
170 RX ring: frame contains a valid message. Approriate action is
182 RX ring only: a message is ready to be processed but could not be
191 RX ring only: user-space queued the message for later processing, but
230 /* Map RX/TX rings. The TX ring is located after the RX ring */