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.
121 description: Name of the render-max counter enum entry.
126 description: List of struct members. Only scalars and strings members allowed.
136 description: The netlink attribute type
143 description: Documentation for the struct member attribute.
146 description: Name of the enum type used for the attribute.
149 description: |
157 description: Definition of attribute spaces for this family.
160 description: Definition of a single attribute space.
166 description: |
170 description: |
174 description: |
178 description: Documentation of the space.
181 description: |
187 … description: The explicit name for constant holding the count of attributes (last attr + 1).
190 description: The explicit name for last member of attribute enum.
194 description: List of attributes in the space.
204 description: The netlink attribute type
209 description: Documentation of the attribute.
212 description: Value for the enum item representing this attribute in the uAPI.
215 … description: Name of the value extracted from the type of a nest-type-value attribute.
224 description: Name of the space (sub-space) used inside the attribute.
227 description: Name of the enum type used for the attribute.
230 description: |
236 description: Kernel input validation.
241 … description: Name of the flags constant on which to base mask (unsigned scalar types only).
244 description: Min value for an integer attribute.
247 description: Max value for an integer attribute.
250 description: Min length for a binary attribute.
253 description: Max length for a string or a binary attribute.
256 description: Exact length for a string or a binary attribute.
259 description: |
271 description: Name of the struct type used for the attribute.
297 description: Operations supported by the protocol.
303 description: |
311 description: |
316 description: |
320 … description: Same as name-prefix but used to render notifications and events to separate enum.
323 description: |
328 description: |
335 description: List of commands
343 description: Name of the operation, also defining its C enum value in uAPI.
346 description: Documentation for the command.
349 description: Value for the enum in the uAPI.
352 description: |
357 description: Command flags.
362 description: Kernel attribute validation flags.
367 description: |
375 description: Main command handler.
380 description: Definition of the request message for a given command.
385 description: |
393 description: |
400 … description: Hook for a function to run before the main callback (pre_doit or start).
403 … description: Hook for a function to run after the main callback (post_doit or done).
407 description: Name of the command sharing the reply type with this notification.
414 description: Explicit list of the attributes for the notification.
419 description: Name of the multicast group generating given notification.
422 description: List of multicast groups.
428 description: List of groups.
436 description: |
441 description: Override for the name of the define in C uAPI.
447 description: Additional global attributes used for kernel C code generation.
452 description: |
459 description: |