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.
657 OVS_SAMPLE_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
795 * @OVS_CT_ATTR_NAT: Nested OVS_NAT_ATTR_* for performing L3 network address
822 OVS_CT_ATTR_NAT, /* Nested OVS_NAT_ATTR_* */
883 * @OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_GREATER: Nested OVS_ACTION_ATTR_*
886 * @OVS_CHECK_PKT_LEN_ATTR_ACTIONS_IF_LESS_EQUAL - Nested OVS_ACTION_ATTR_*
922 * @OVS_ACTION_ATTR_USERSPACE: Send packet to userspace according to nested
925 * single nested %OVS_KEY_ATTR_* attribute specifies a header to modify and its
928 * nested %OVS_KEY_ATTR_* attribute specifies a header to modify, its value,
938 * the nested %OVS_SAMPLE_ATTR_* attributes.
981 OVS_ACTION_ATTR_USERSPACE, /* Nested OVS_USERSPACE_ATTR_*. */
982 OVS_ACTION_ATTR_SET, /* One nested OVS_KEY_ATTR_*. */
985 OVS_ACTION_ATTR_SAMPLE, /* Nested OVS_SAMPLE_ATTR_*. */
990 OVS_ACTION_ATTR_SET_MASKED, /* One nested OVS_KEY_ATTR_* including
994 OVS_ACTION_ATTR_CT, /* Nested OVS_CT_ATTR_* . */
999 OVS_ACTION_ATTR_PUSH_NSH, /* Nested OVS_NSH_KEY_ATTR_*. */
1002 OVS_ACTION_ATTR_CLONE, /* Nested OVS_CLONE_ATTR_*. */
1003 OVS_ACTION_ATTR_CHECK_PKT_LEN, /* Nested OVS_CHECK_PKT_LEN_ATTR_*. */
1005 OVS_ACTION_ATTR_DEC_TTL, /* Nested OVS_DEC_TTL_ATTR_*. */
1041 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */
1085 OVS_CT_LIMIT_ATTR_ZONE_LIMIT, /* Nested struct ovs_zone_limit. */
1101 OVS_DEC_TTL_ATTR_ACTION, /* Nested struct nlattr */