Lines Matching full:nested

165  * extracted from the packet as nested %OVS_KEY_ATTR_* attributes.  This allows
169 * for %OVS_PACKET_CMD_EXECUTE. It has nested %OVS_ACTION_ATTR_* attributes.
180 * extracted from the packet as nested %OVS_TUNNEL_KEY_ATTR_* attributes.
193 OVS_PACKET_ATTR_KEY, /* Nested OVS_KEY_ATTR_* attributes. */
194 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
196 OVS_PACKET_ATTR_EGRESS_TUN_KEY, /* Nested OVS_TUNNEL_KEY_ATTR_*
270 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */
323 OVS_KEY_ATTR_ENCAP, /* Nested set of encapsulated attributes. */
338 OVS_KEY_ATTR_TUNNEL, /* Nested set of ovs_tunnel attributes */
353 OVS_KEY_ATTR_NSH, /* Nested set of ovs_nsh_key_* */
376 OVS_TUNNEL_KEY_ATTR_VXLAN_OPTS, /* Nested OVS_VXLAN_EXT_* */
540 * @OVS_FLOW_ATTR_KEY: Nested %OVS_KEY_ATTR_* attributes specifying the flow
543 * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying
548 * an %OVS_FLOW_ATTR_ACTIONS without any nested attributes must be given.
562 * @OVS_FLOW_ATTR_MASK: Nested %OVS_KEY_ATTR_* attributes specifying the
583 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
616 * Actions are passed as nested attributes.
624 OVS_SAMPLE_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
761 * @OVS_CT_ATTR_NAT: Nested OVS_NAT_ATTR_* for performing L3 network address
788 OVS_CT_ATTR_NAT, /* Nested OVS_NAT_ATTR_* */
849 * @OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_GREATER: Nested OVS_ACTION_ATTR_*
852 * @OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_LESS_EQUAL - Nested OVS_ACTION_ATTR_*
888 * @OVS_ACTION_ATTR_USERSPACE: Send packet to userspace according to nested
891 * single nested %OVS_KEY_ATTR_* attribute specifies a header to modify and its
894 * nested %OVS_KEY_ATTR_* attribute specifies a header to modify, its value,
904 * the nested %OVS_SAMPLE_ATTR_* attributes.
946 OVS_ACTION_ATTR_USERSPACE, /* Nested OVS_USERSPACE_ATTR_*. */
947 OVS_ACTION_ATTR_SET, /* One nested OVS_KEY_ATTR_*. */
950 OVS_ACTION_ATTR_SAMPLE, /* Nested OVS_SAMPLE_ATTR_*. */
955 OVS_ACTION_ATTR_SET_MASKED, /* One nested OVS_KEY_ATTR_* including
959 OVS_ACTION_ATTR_CT, /* Nested OVS_CT_ATTR_* . */
964 OVS_ACTION_ATTR_PUSH_NSH, /* Nested OVS_NSH_KEY_ATTR_*. */
967 OVS_ACTION_ATTR_CLONE, /* Nested OVS_CLONE_ATTR_*. */
968 OVS_ACTION_ATTR_CHECK_PKT_LEN, /* Nested OVS_CHECK_PKT_LEN_ATTR_*. */
970 OVS_ACTION_ATTR_DEC_TTL, /* Nested OVS_DEC_TTL_ATTR_*. */
1005 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */
1049 OVS_CT_LIMIT_ATTR_ZONE_LIMIT, /* Nested struct ovs_zone_limit. */
1065 OVS_DEC_TTL_ATTR_ACTION, /* Nested struct nlattr */