Lines Matching +full:max +full:- +full:by +full:- +full:define
1 .. SPDX-License-Identifier: BSD-3-Clause
13 ---------------
15 Older families often define "null" attributes and commands with value
21 -------------
31 ---------------
44 ----------
51 ------------------------
54 them - make sure to report dump inconsistency with ``NLM_F_DUMP_INTR``.
55 This is usually implemented by maintaining a generation id for the
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
74 attributes accepted by a specific command.
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
92 null character is not counted towards ``max-len``.
95 constant. String types may reduce the constant by one
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.