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 */
340 OVS_KEY_ATTR_ENCAP, /* Nested set of encapsulated attributes. */
355 OVS_KEY_ATTR_TUNNEL, /* Nested set of ovs_tunnel attributes */
370 OVS_KEY_ATTR_NSH, /* Nested set of ovs_nsh_key_* */
404 OVS_TUNNEL_KEY_ATTR_VXLAN_OPTS, /* Nested OVS_VXLAN_EXT_* */
573 * @OVS_FLOW_ATTR_KEY: Nested %OVS_KEY_ATTR_* attributes specifying the flow
576 * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying
581 * an %OVS_FLOW_ATTR_ACTIONS without any nested attributes must be given.
595 * @OVS_FLOW_ATTR_MASK: Nested %OVS_KEY_ATTR_* attributes specifying the
616 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
649 * Actions are passed as nested attributes.
652 * basis. Nested actions will be able to access the probability value of the
658 OVS_SAMPLE_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
796 * @OVS_CT_ATTR_NAT: Nested OVS_NAT_ATTR_* for performing L3 network address
823 OVS_CT_ATTR_NAT, /* Nested OVS_NAT_ATTR_* */
884 * @OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_GREATER: Nested OVS_ACTION_ATTR_*
887 * @OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_LESS_EQUAL - Nested OVS_ACTION_ATTR_*
948 * @OVS_ACTION_ATTR_USERSPACE: Send packet to userspace according to nested
951 * single nested %OVS_KEY_ATTR_* attribute specifies a header to modify and its
954 * nested %OVS_KEY_ATTR_* attribute specifies a header to modify, its value,
964 * the nested %OVS_SAMPLE_ATTR_* attributes.
1009 OVS_ACTION_ATTR_USERSPACE, /* Nested OVS_USERSPACE_ATTR_*. */
1010 OVS_ACTION_ATTR_SET, /* One nested OVS_KEY_ATTR_*. */
1013 OVS_ACTION_ATTR_SAMPLE, /* Nested OVS_SAMPLE_ATTR_*. */
1018 OVS_ACTION_ATTR_SET_MASKED, /* One nested OVS_KEY_ATTR_* including
1022 OVS_ACTION_ATTR_CT, /* Nested OVS_CT_ATTR_* . */
1027 OVS_ACTION_ATTR_PUSH_NSH, /* Nested OVS_NSH_KEY_ATTR_*. */
1030 OVS_ACTION_ATTR_CLONE, /* Nested OVS_CLONE_ATTR_*. */
1031 OVS_ACTION_ATTR_CHECK_PKT_LEN, /* Nested OVS_CHECK_PKT_LEN_ATTR_*. */
1033 OVS_ACTION_ATTR_DEC_TTL, /* Nested OVS_DEC_TTL_ATTR_*. */
1035 OVS_ACTION_ATTR_PSAMPLE, /* Nested OVS_PSAMPLE_ATTR_*. */
1070 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */
1114 OVS_CT_LIMIT_ATTR_ZONE_LIMIT, /* Nested struct ovs_zone_limit. */
1130 OVS_DEC_TTL_ATTR_ACTION, /* Nested struct nlattr */