Lines Matching full:description

19 description: Specification of a genetlink protocol
25 description: Name of the genetlink family.
30 description: Generic Netlink family version. Default is 1.
34 description: Schema compatibility level. Default is "genetlink".
37 description: Path to the uAPI header, default is linux/${family-name}.h
41 description: Name of the define for the family name.
44 description: Name of the define for the version of the family.
47description: Makes the number of attributes and commands be specified by a define, not an enum val…
52 description: |
59 description: List of type and constant definitions (enums, flags, defines).
69 description: For C-compatible languages, header which already defines this value.
77 description: For const - the value.
81 description: For enum or flags the literal initializer for the first value.
84 description: For enum or flags array of values.
100 description: Render the max members for this enum.
104 description: Name for enum, if empty no name will be used.
107 description: For enum the prefix of the values, optional.
112 description: List of struct members. Only scalars and strings members allowed.
122 description: The netlink attribute type
129 description: Documentation for the struct member attribute.
132 description: Name of the enum type used for the attribute.
135 description: |
143 description: Definition of attribute spaces for this family.
146 description: Definition of a single attribute space.
152 description: |
156 description: |
160 description: Name for the enum type of the attribute.
163 description: Documentation of the space.
166 description: |
172description: The explicit name for constant holding the count of attributes (last attr + 1).
175 description: The explicit name for last member of attribute enum.
179 description: List of attributes in the space.
189 description: The netlink attribute type
193 description: Documentation of the attribute.
196 description: Value for the enum item representing this attribute in the uAPI.
199description: Name of the value extracted from the type of a nest-type-value attribute.
208 description: Name of the space (sub-space) used inside the attribute.
211 description: Name of the enum type used for the attribute.
214 description: |
220 description: Kernel input validation.
225description: Name of the flags constant on which to base mask (unsigned scalar types only).
228 description: Min value for an integer attribute.
231 description: Min length for a binary attribute.
234 description: Max length for a string or a binary attribute.
244 description: Name of the struct type used for the attribute.
258 description: Operations supported by the protocol.
264 description: |
272 description: |
277 description: Name for the enum type with commands.
280description: Same as name-prefix but used to render notifications and events to separate enum.
283 description: Name for the enum type with notifications/events.
287 description: |
294 description: List of commands
302 description: Name of the operation, also defining its C enum value in uAPI.
305 description: Documentation for the command.
308 description: Value for the enum in the uAPI.
311 description: |
316 description: Command flags.
321 description: Kernel attribute validation flags.
329 description: Main command handler.
334 description: Definition of the request message for a given command.
339 description: |
347 description: |
354description: Hook for a function to run before the main callback (pre_doit or start).
357description: Hook for a function to run after the main callback (post_doit or done).
361 description: Name of the command sharing the reply type with this notification.
368 description: Explicit list of the attributes for the notification.
373 description: Name of the multicast group generating given notification.
376 description: List of multicast groups.
382 description: List of groups.
390 description: |
395 description: Override for the name of the define in C uAPI.