Lines Matching refs:message
84 the wrapper attr has very similar characteristics to a netlink message. It may
87 a sub-message.
89 A sub-message attribute uses the value of another attribute as a selector key to
90 choose the right sub-message format. For example if the following attribute has
103 type: sub-message
104 sub-message: linkinfo-data-msg
107 Then we look for a sub-message definition called ``linkinfo-data-msg`` and use
109 correct format for the sub-message:
126 This would decode the attribute value as a sub-message with the attribute-set
129 A sub-message can have an optional ``fixed-header`` followed by zero or more
131 ``tc-options-msg`` sub-message defines message formats that use a mixture of
151 Note that a selector attribute must appear in a netlink message before any
152 sub-message attributes that depend on it.
155 sub-message selector will be resolved using the value 'closest' to the selector.
157 alongside a sub-message selector and also in a top level ``attribute-set``, then
159 value is not present in the message at the same level as defined in the spec