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: List of type and constant definitions (enums, flags, defines).
51 description: For C-compatible languages, header which already defines this value.
59 description: For const - the value.
63 description: For enum or flags the literal initializer for the first value.
66 description: For enum or flags array of values.
82 description: Render the max members for this enum.
86 description: Definition of attribute spaces for this family.
89 description: Definition of a single attribute space.
95 description: |
99 description: |
103 description: Name for the enum type of the attribute.
106 description: Documentation of the space.
109 description: |
114 description: List of attributes in the space.
127 description: Documentation of the attribute.
130 description: Value for the enum item representing this attribute in the uAPI.
133description: Name of the value extracted from the type of a nest-type-value attribute.
142 description: Name of the space (sub-space) used inside the attribute.
145 description: Name of the enum type used for the attribute.
148 description: |
154 description: Kernel input validation.
159description: Name of the flags constant on which to base mask (unsigned scalar types only).
162 description: Min value for an integer attribute.
165 description: Min length for a binary attribute.
168 description: Max length for a string or a binary attribute.
172 description: |
188 description: Operations supported by the protocol.
194 description: |
202 description: |
207 description: Name for the enum type with commands.
210description: Same as name-prefix but used to render notifications and events to separate enum.
213 description: Name for the enum type with notifications/events.
216 description: List of commands
224 description: Name of the operation, also defining its C enum value in uAPI.
227 description: Documentation for the command.
230 description: Value for the enum in the uAPI.
233 description: |
238 description: Command flags.
243 description: Kernel attribute validation flags.
248 description: Main command handler.
253 description: Definition of the request message for a given command.
258 description: |
266description: Hook for a function to run before the main callback (pre_doit or start).
269description: Hook for a function to run after the main callback (post_doit or done).
273 description: Name of the command sharing the reply type with this notification.
280 description: Explicit list of the attributes for the notification.
285 description: Name of the multicast group generating given notification.
288 description: List of multicast groups.
294 description: List of groups.
302 description: |