Lines Matching full:nested

168  * extracted from the packet as nested %OVS_KEY_ATTR_* attributes.  This allows
172 * for %OVS_PACKET_CMD_EXECUTE. It has nested %OVS_ACTION_ATTR_* attributes.
183 * extracted from the packet as nested %OVS_TUNNEL_KEY_ATTR_* attributes.
196 OVS_PACKET_ATTR_KEY, /* Nested OVS_KEY_ATTR_* attributes. */
197 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
199 OVS_PACKET_ATTR_EGRESS_TUN_KEY, /* Nested OVS_TUNNEL_KEY_ATTR_*
273 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */
326 OVS_KEY_ATTR_ENCAP, /* Nested set of encapsulated attributes. */
341 OVS_KEY_ATTR_TUNNEL, /* Nested set of ovs_tunnel attributes */
356 OVS_KEY_ATTR_NSH, /* Nested set of ovs_nsh_key_* */
390 OVS_TUNNEL_KEY_ATTR_VXLAN_OPTS, /* Nested OVS_VXLAN_EXT_* */
559 * @OVS_FLOW_ATTR_KEY: Nested %OVS_KEY_ATTR_* attributes specifying the flow
562 * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying
567 * an %OVS_FLOW_ATTR_ACTIONS without any nested attributes must be given.
581 * @OVS_FLOW_ATTR_MASK: Nested %OVS_KEY_ATTR_* attributes specifying the
602 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
635 * Actions are passed as nested attributes.
643 OVS_SAMPLE_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
780 * @OVS_CT_ATTR_NAT: Nested OVS_NAT_ATTR_* for performing L3 network address
807 OVS_CT_ATTR_NAT, /* Nested OVS_NAT_ATTR_* */
868 * @OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_GREATER: Nested OVS_ACTION_ATTR_*
871 * @OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_LESS_EQUAL - Nested OVS_ACTION_ATTR_*
907 * @OVS_ACTION_ATTR_USERSPACE: Send packet to userspace according to nested
910 * single nested %OVS_KEY_ATTR_* attribute specifies a header to modify and its
913 * nested %OVS_KEY_ATTR_* attribute specifies a header to modify, its value,
923 * the nested %OVS_SAMPLE_ATTR_* attributes.
965 OVS_ACTION_ATTR_USERSPACE, /* Nested OVS_USERSPACE_ATTR_*. */
966 OVS_ACTION_ATTR_SET, /* One nested OVS_KEY_ATTR_*. */
969 OVS_ACTION_ATTR_SAMPLE, /* Nested OVS_SAMPLE_ATTR_*. */
974 OVS_ACTION_ATTR_SET_MASKED, /* One nested OVS_KEY_ATTR_* including
978 OVS_ACTION_ATTR_CT, /* Nested OVS_CT_ATTR_* . */
983 OVS_ACTION_ATTR_PUSH_NSH, /* Nested OVS_NSH_KEY_ATTR_*. */
986 OVS_ACTION_ATTR_CLONE, /* Nested OVS_CLONE_ATTR_*. */
987 OVS_ACTION_ATTR_CHECK_PKT_LEN, /* Nested OVS_CHECK_PKT_LEN_ATTR_*. */
989 OVS_ACTION_ATTR_DEC_TTL, /* Nested OVS_DEC_TTL_ATTR_*. */
1024 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */
1068 OVS_CT_LIMIT_ATTR_ZONE_LIMIT, /* Nested struct ovs_zone_limit. */
1084 OVS_DEC_TTL_ATTR_ACTION, /* Nested struct nlattr */