Lines Matching full:nested
123 * extracted from the packet as nested %OVS_KEY_ATTR_* attributes. This allows
127 * for %OVS_PACKET_CMD_EXECUTE. It has nested %OVS_ACTION_ATTR_* attributes.
138 OVS_PACKET_ATTR_KEY, /* Nested OVS_KEY_ATTR_* attributes. */
139 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
203 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */
232 OVS_KEY_ATTR_ENCAP, /* Nested set of encapsulated attributes. */
329 * @OVS_FLOW_ATTR_KEY: Nested %OVS_KEY_ATTR_* attributes specifying the flow
332 * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying
356 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
373 * Actions are passed as nested attributes.
381 OVS_SAMPLE_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
423 * @OVS_ACTION_ATTR_USERSPACE: Send packet to userspace according to nested
426 * single nested %OVS_KEY_ATTR_* attribute specifies a header to modify and its
432 * the nested %OVS_SAMPLE_ATTR_* attributes.
442 OVS_ACTION_ATTR_USERSPACE, /* Nested OVS_USERSPACE_ATTR_*. */
443 OVS_ACTION_ATTR_SET, /* One nested OVS_KEY_ATTR_*. */
446 OVS_ACTION_ATTR_SAMPLE, /* Nested OVS_SAMPLE_ATTR_*. */