Lines Matching full:nested
119 * Nested Attributes Construction:
120 * nla_nest_start(skb, type) start a nested attribute
121 * nla_nest_end(skb, nla) finalize a nested attribute
122 * nla_nest_cancel(skb, nla) cancel nested attribute construction
151 * nla_validate_nested() validate a stream of nested attributes
153 * nla_find_nested() find attribute in nested attributes
155 * nla_parse_nested() parse nested attribuets
157 * nla_for_each_nested() loop over the nested attributes
196 * done by checking len of nested header (or empty)
759 * nla_find_nested - find attribute in a set of nested attributes
760 * @nla: attribute containing the nested attributes
772 * nla_parse_nested - parse nested attributes
775 * @nla: attribute containing the nested attributes
1023 * nla_nest_start - Start a new level of nested attributes
1060 * Removes the container attribute and including all nested
1069 * nla_validate_nested - Validate a stream of nested attributes
1074 * Validates all attributes in the nested attribute stream against the
1099 * nla_for_each_nested - iterate over nested attributes
1101 * @nla: attribute containing the nested attributes