Lines Matching full:attributes

32  * Attributes following the header are specific to a particular OVS Generic
63 * enum ovs_datapath_attr - attributes for %OVS_DP_* commands.
80 * These attributes follow the &struct ovs_header within the Generic Netlink
158 * enum ovs_packet_attr - attributes for %OVS_PACKET_* commands.
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.
187 * These attributes follow the &struct ovs_header within the Generic Netlink
193 OVS_PACKET_ATTR_KEY, /* Nested OVS_KEY_ATTR_* attributes. */
194 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
197 attributes. */
237 * enum ovs_vport_attr - attributes for %OVS_VPORT_* commands.
252 * These attributes follow the &struct ovs_header within the Generic Netlink
256 * %OVS_VPORT_ATTR_NAME attributes are required. %OVS_VPORT_ATTR_PORT_NO is
270 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */
291 /* OVS_VPORT_ATTR_OPTIONS attributes for tunnels.
323 OVS_KEY_ATTR_ENCAP, /* Nested set of encapsulated attributes. */
338 OVS_KEY_ATTR_TUNNEL, /* Nested set of ovs_tunnel attributes */
539 * enum ovs_flow_attr - attributes for %OVS_FLOW_* commands.
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
577 * These attributes follow the &struct ovs_header within the Generic Netlink
582 OVS_FLOW_ATTR_KEY, /* Sequence of OVS_KEY_ATTR_* attributes. */
583 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
588 OVS_FLOW_ATTR_MASK, /* Sequence of OVS_KEY_ATTR_* attributes. */
600 * Omit attributes for notifications.
610 * enum ovs_sample_attr - Attributes for %OVS_ACTION_ATTR_SAMPLE action.
616 * Actions are passed as nested attributes.
624 OVS_SAMPLE_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
646 * enum ovs_userspace_attr - Attributes for %OVS_ACTION_ATTR_USERSPACE action.
689 * @tun_flags: MPLS tunnel attributes.
748 * enum ovs_ct_attr - Attributes for %OVS_ACTION_ATTR_CT action.
799 * enum ovs_nat_attr - Attributes for %OVS_CT_ATTR_NAT.
808 * connections. The following NAT attributes only apply for NEW
846 * enum ovs_check_pkt_len_attr - Attributes for %OVS_ACTION_ATTR_CHECK_PKT_LEN.
889 * %OVS_USERSPACE_ATTR_* attributes.
904 * the nested %OVS_SAMPLE_ATTR_* attributes.
1005 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */