Lines Matching refs:message
10 When the driver receives a special netlink message with the appropriate
38 callback function which will be called when a message with above idx.val
78 Sends message to the specified groups. It can be safely called from
82 struct cn_msg * - message header(with attached data).
85 If non-zero the message will be sent to the
91 and message will be delivered to the group which was
93 If __group is not zero, then message will be delivered
107 msg->seq and msg->ack are used to determine message genealogy. When
108 someone sends a message, they use a locally unique sequence and random
112 The sequence number is incremented with each message sent.
114 If you expect a reply to the message, then the sequence number in the
115 received message MUST be the same as in the original message, and the
118 If we receive a message and its sequence number is not equal to one we
119 are expecting, then it is a new message. If we receive a message and
122 message + 1, then it is a new message.
142 cn_msg [main connector's message header] contains u32 seq and u32 ack