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.
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: |
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: |
156 description: Name of the nested struct type.
175 description: Definition of attribute spaces for this family.
178 description: Definition of a single attribute space.
184 description: |
188 description: |
192 description: |
196 description: Documentation of the space.
199 description: |
205 … description: The explicit name for constant holding the count of attributes (last attr + 1).
208 description: The explicit name for last member of attribute enum.
212 description: List of attributes in the space.
222 description: The netlink attribute type
228 description: Documentation of the attribute.
231 description: Value for the enum item representing this attribute in the uAPI.
234 … description: Name of the value extracted from the type of a nest-type-value attribute.
243 description: Name of the space (sub-space) used inside the attribute.
246 description: Name of the enum type used for the attribute.
249 description: |
255 description: Kernel input validation.
260 … description: Name of the flags constant on which to base mask (unsigned scalar types only).
263 description: Min value for an integer attribute.
266 description: Min length for a binary attribute.
269 description: Max length for a string or a binary attribute.
272 description: Exact length for a string or a binary attribute.
275 description: |
287 description: Name of the struct type used for the attribute.
292 description: |
296 description: |
325 description: Definition of sub message attributes
333 description: Name of the sub-message definition
336 description: Dynamically selected format specifiers
344 description: |
349 description: |
354 description: |
361 description: Operations supported by the protocol.
367 description: |
375 description: |
380 description: |
384 … description: Same as name-prefix but used to render notifications and events to separate enum.
387 description: |
392 description: |
399 description: List of commands
407 description: Name of the operation, also defining its C enum value in uAPI.
410 description: Documentation for the command.
413 description: Value for the enum in the uAPI.
416 description: |
421 description: Command flags.
426 description: Kernel attribute validation flags.
434 description: Main command handler.
439 description: Definition of the request message for a given command.
444 description: |
452 description: |
459 … description: Hook for a function to run before the main callback (pre_doit or start).
462 … description: Hook for a function to run after the main callback (post_doit or done).
466 description: Name of the command sharing the reply type with this notification.
473 description: Explicit list of the attributes for the notification.
478 description: Name of the multicast group generating given notification.
481 description: List of multicast groups.
487 description: List of groups.
495 description: |
500 description: Override for the name of the define in C uAPI.
506 description: Value of the netlink multicast group in the uAPI.