Lines Matching full:description
24 description: Specification of a genetlink protocol
30 description: Name of the genetlink family.
35 description: Schema compatibility level. Default is "genetlink".
38 description: Path to the uAPI header, default is linux/${family-name}.h
42 description: Name of the define for the family name.
45 description: Name of the define for the version of the family.
48 …description: Makes the number of attributes and commands be specified by a define, not an enum val…
51 description: Name of the define for the last operation in the list.
54 … description: The explicit name for constant holding the count of operations (last operation + 1).
59 description: |
64 description: Generic Netlink family version. Default is 1.
70 description: List of type and constant definitions (enums, flags, defines).
80 description: For C-compatible languages, header which already defines this value.
88 description: For const - the value.
92 description: For enum or flags the literal initializer for the first value.
95 description: For enum or flags array of values.
111 description: Render the max members for this enum.
115 description: Name for enum, if empty no name will be used.
118 description: For enum the prefix of the values, optional.
123 description: List of struct members. Only scalars and strings members allowed.
133 description: The netlink attribute type
140 description: Documentation for the struct member attribute.
143 description: Name of the enum type used for the attribute.
146 description: |
154 description: Definition of attribute spaces for this family.
157 description: Definition of a single attribute space.
163 description: |
167 description: |
171 description: |
175 description: Documentation of the space.
178 description: |
184 … description: The explicit name for constant holding the count of attributes (last attr + 1).
187 description: The explicit name for last member of attribute enum.
191 description: List of attributes in the space.
201 description: The netlink attribute type
206 description: Documentation of the attribute.
209 description: Value for the enum item representing this attribute in the uAPI.
212 … description: Name of the value extracted from the type of a nest-type-value attribute.
221 description: Name of the space (sub-space) used inside the attribute.
224 description: Name of the enum type used for the attribute.
227 description: |
233 description: Kernel input validation.
238 … description: Name of the flags constant on which to base mask (unsigned scalar types only).
241 description: Min value for an integer attribute.
244 description: Max value for an integer attribute.
247 description: Min length for a binary attribute.
250 description: Max length for a string or a binary attribute.
253 description: Exact length for a string or a binary attribute.
256 description: |
268 description: Name of the struct type used for the attribute.
294 description: Operations supported by the protocol.
300 description: |
308 description: |
313 description: |
317 … description: Same as name-prefix but used to render notifications and events to separate enum.
320 description: |
325 description: |
332 description: List of commands
340 description: Name of the operation, also defining its C enum value in uAPI.
343 description: Documentation for the command.
346 description: Value for the enum in the uAPI.
349 description: |
354 description: Command flags.
359 description: Kernel attribute validation flags.
364 description: |
372 description: Main command handler.
377 description: Definition of the request message for a given command.
382 description: |
390 description: |
397 … description: Hook for a function to run before the main callback (pre_doit or start).
400 … description: Hook for a function to run after the main callback (post_doit or done).
404 description: Name of the command sharing the reply type with this notification.
411 description: Explicit list of the attributes for the notification.
416 description: Name of the multicast group generating given notification.
419 description: List of multicast groups.
425 description: List of groups.
433 description: |
438 description: Override for the name of the define in C uAPI.
444 description: Additional global attributes used for kernel C code generation.
449 description: |
456 description: |