Lines Matching +full:len +full:- +full:or +full:- +full:define
1 .. SPDX-License-Identifier: BSD-3-Clause
13 ---------------
15 Older families often define "null" attributes and commands with value
21 -------------
31 ---------------
34 commands. User only gets information whether the operation succeeded or
36 added whether it replies with a full message or only an ACK is uAPI and
44 ----------
51 ------------------------
53 If iterating over objects during dump may skip over objects or repeat
54 them - make sure to report dump inconsistency with ``NLM_F_DUMP_INTR``.
65 -------
67 kernel-policy
71 operations of the family, defined for each operation individually - ``per-op``,
72 or separately for each operation and operation type (do vs dump) - ``split``.
73 New families should use ``per-op`` (default) to be able to narrow down the
77 ------
79 Documentation for the ``checks`` sub-sections of attribute specs.
81 unterminated-ok
84 Accept strings without the null-termination (for legacy families only).
87 max-len
90 Defines max length for a binary or string attribute (corresponding
91 to the ``len`` member of struct nla_policy). For string attributes terminating
92 null character is not counted towards ``max-len``.
94 The field may either be a literal integer value or a name of a defined
96 (i.e. specify ``max-len: CONST - 1``) to reserve space for the terminating
99 min-len
102 Similar to ``max-len`` but defines minimum length.