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…
53 description: |
60 description: List of type and constant definitions (enums, flags, defines).
70 description: For C-compatible languages, header which already defines this value.
78 description: For const - the value.
82 description: For enum or flags the literal initializer for the first value.
85 description: For enum or flags array of values.
101 description: Render the max members for this enum.
105 description: Name for enum, if empty no name will be used.
108 description: For enum the prefix of the values, optional.
113 description: List of struct members. Only scalars and strings members allowed.
123 description: The netlink attribute type
130 description: Documentation for the struct member attribute.
133 description: Name of the enum type used for the attribute.
136 description: |
142 description: |
150 description: Definition of attribute spaces for this family.
153 description: Definition of a single attribute space.
159 description: |
163 description: |
167 description: Name for the enum type of the attribute.
170 description: Documentation of the space.
173 description: |
179description: The explicit name for constant holding the count of attributes (last attr + 1).
182 description: The explicit name for last member of attribute enum.
186 description: List of attributes in the space.
196 description: The netlink attribute type
200 description: Documentation of the attribute.
203 description: Value for the enum item representing this attribute in the uAPI.
206description: Name of the value extracted from the type of a nest-type-value attribute.
215 description: Name of the space (sub-space) used inside the attribute.
218 description: Name of the enum type used for the attribute.
221 description: |
227 description: Kernel input validation.
232description: Name of the flags constant on which to base mask (unsigned scalar types only).
235 description: Min value for an integer attribute.
238 description: Min length for a binary attribute.
241 description: Max length for a string or a binary attribute.
251 description: Name of the struct type used for the attribute.
265 description: Operations supported by the protocol.
271 description: |
279 description: |
284 description: Name for the enum type with commands.
287description: Same as name-prefix but used to render notifications and events to separate enum.
290 description: Name for the enum type with notifications/events.
294 description: |
301 description: List of commands
309 description: Name of the operation, also defining its C enum value in uAPI.
312 description: Documentation for the command.
315 description: Value for the enum in the uAPI.
318 description: |
323 description: Command flags.
328 description: Kernel attribute validation flags.
336 description: Main command handler.
341 description: Definition of the request message for a given command.
346 description: |
354 description: |
361description: Hook for a function to run before the main callback (pre_doit or start).
364description: Hook for a function to run after the main callback (post_doit or done).
368 description: Name of the command sharing the reply type with this notification.
375 description: Explicit list of the attributes for the notification.
380 description: Name of the multicast group generating given notification.
383 description: List of multicast groups.
389 description: List of groups.
397 description: |
402 description: Override for the name of the define in C uAPI.
408 description: Value of the netlink multicast group in the uAPI.