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.
82 * These attributes follow the &struct ovs_header within the Generic Netlink
161 * enum ovs_packet_attr - attributes for %OVS_PACKET_* commands.
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.
190 * These attributes follow the &struct ovs_header within the Generic Netlink
196 OVS_PACKET_ATTR_KEY, /* Nested OVS_KEY_ATTR_* attributes. */
197 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
200 attributes. */
240 * enum ovs_vport_attr - attributes for %OVS_VPORT_* commands.
255 * These attributes follow the &struct ovs_header within the Generic Netlink
259 * %OVS_VPORT_ATTR_NAME attributes are required. %OVS_VPORT_ATTR_PORT_NO is
273 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */
294 /* OVS_VPORT_ATTR_OPTIONS attributes for tunnels.
326 OVS_KEY_ATTR_ENCAP, /* Nested set of encapsulated attributes. */
341 OVS_KEY_ATTR_TUNNEL, /* Nested set of ovs_tunnel attributes */
558 * enum ovs_flow_attr - attributes for %OVS_FLOW_* commands.
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
596 * These attributes follow the &struct ovs_header within the Generic Netlink
601 OVS_FLOW_ATTR_KEY, /* Sequence of OVS_KEY_ATTR_* attributes. */
602 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
607 OVS_FLOW_ATTR_MASK, /* Sequence of OVS_KEY_ATTR_* attributes. */
619 * Omit attributes for notifications.
629 * enum ovs_sample_attr - Attributes for %OVS_ACTION_ATTR_SAMPLE action.
635 * Actions are passed as nested attributes.
643 OVS_SAMPLE_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
665 * enum ovs_userspace_attr - Attributes for %OVS_ACTION_ATTR_USERSPACE action.
708 * @tun_flags: MPLS tunnel attributes.
767 * enum ovs_ct_attr - Attributes for %OVS_ACTION_ATTR_CT action.
818 * enum ovs_nat_attr - Attributes for %OVS_CT_ATTR_NAT.
827 * connections. The following NAT attributes only apply for NEW
865 * enum ovs_check_pkt_len_attr - Attributes for %OVS_ACTION_ATTR_CHECK_PKT_LEN.
908 * %OVS_USERSPACE_ATTR_* attributes.
923 * the nested %OVS_SAMPLE_ATTR_* attributes.
1024 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */