Lines Matching full:description

19 description: Specification of a raw netlink protocol
25 description: Name of the netlink family.
30 description: Schema compatibility level.
34 description: Protocol number to use for netlink-raw
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.
48description: 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.
54description: The explicit name for constant holding the count of operations (last operation + 1).
59 description: |
66 description: List of type and constant definitions (enums, flags, defines).
76 description: For C-compatible languages, header which already defines this value.
84 description: For const - the value.
88 description: For enum or flags the literal initializer for the first value.
91 description: For enum or flags array of values.
107 description: Render the max members for this enum.
111 description: Name for enum, if empty no name will be used.
114 description: For enum the prefix of the values, optional.
119 description: List of struct members. Only scalars and strings members allowed.
129 description: |
138 description: Documentation for the struct member attribute.
141 description: Name of the enum type used for the attribute.
144 description: |
150 description: |
166 description: Definition of attribute spaces for this family.
169 description: Definition of a single attribute space.
175 description: |
179 description: |
183 description: Name for the enum type of the attribute.
186 description: Documentation of the space.
189 description: |
195description: The explicit name for constant holding the count of attributes (last attr + 1).
198 description: The explicit name for last member of attribute enum.
202 description: List of attributes in the space.
212 description: The netlink attribute type
218 description: Documentation of the attribute.
221 description: Value for the enum item representing this attribute in the uAPI.
224description: Name of the value extracted from the type of a nest-type-value attribute.
233 description: Name of the space (sub-space) used inside the attribute.
236 description: Name of the enum type used for the attribute.
239 description: |
245 description: Kernel input validation.
250description: Name of the flags constant on which to base mask (unsigned scalar types only).
253 description: Min value for an integer attribute.
256 description: Min length for a binary attribute.
259 description: Max length for a string or a binary attribute.
262 description: Exact length for a string or a binary attribute.
272 description: Name of the struct type used for the attribute.
277 description: |
281 description: |
310 description: Definition of sub message attributes
318 description: Name of the sub-message definition
321 description: Dynamically selected format specifiers
329 description: |
334 description: |
339 description: |
346 description: Operations supported by the protocol.
352 description: |
360 description: |
365 description: Name for the enum type with commands.
368description: Same as name-prefix but used to render notifications and events to separate enum.
371 description: Name for the enum type with notifications/events.
375 description: |
382 description: List of commands
390 description: Name of the operation, also defining its C enum value in uAPI.
393 description: Documentation for the command.
396 description: Value for the enum in the uAPI.
399 description: |
404 description: Command flags.
409 description: Kernel attribute validation flags.
417 description: Main command handler.
422 description: Definition of the request message for a given command.
427 description: |
435 description: |
442description: Hook for a function to run before the main callback (pre_doit or start).
445description: Hook for a function to run after the main callback (post_doit or done).
449 description: Name of the command sharing the reply type with this notification.
456 description: Explicit list of the attributes for the notification.
461 description: Name of the multicast group generating given notification.
464 description: List of multicast groups.
470 description: List of groups.
478 description: |
483 description: Override for the name of the define in C uAPI.
489 description: Value of the netlink multicast group in the uAPI.