Home | History | Annotate | Download | only in lib

Lines Matching full:maxlen

96  * 	[ATTR_FOO] = { .type = ..., .minlen = ..., .maxlen = ... },
108 * - If \a maxlen is non-zero and the payload length exceeds the \a maxlen
161 * // .maxlen for integer types. The data types implies the corresponding
183 * [ATTR_BAR] = { .type = NLA_STRING, maxlen = 4 },
202 * // This attribute type is special as .minlen and .maxlen have no effect.
552 if (pt->maxlen && nla_len(nla) > pt->maxlen)