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.
78 * These attributes follow the &struct ovs_header within the Generic Netlink
150 * enum ovs_packet_attr - attributes for %OVS_PACKET_* commands.
157 * extracted from the packet as nested %OVS_KEY_ATTR_* attributes. This allows
161 * for %OVS_PACKET_CMD_EXECUTE. It has nested %OVS_ACTION_ATTR_* attributes.
172 * extracted from the packet as nested %OVS_TUNNEL_KEY_ATTR_* attributes.
179 * These attributes follow the &struct ovs_header within the Generic Netlink
185 OVS_PACKET_ATTR_KEY, /* Nested OVS_KEY_ATTR_* attributes. */
186 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
189 attributes. */
229 * enum ovs_vport_attr - attributes for %OVS_VPORT_* commands.
244 * These attributes follow the &struct ovs_header within the Generic Netlink
248 * %OVS_VPORT_ATTR_NAME attributes are required. %OVS_VPORT_ATTR_PORT_NO is
262 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */
283 /* OVS_VPORT_ATTR_OPTIONS attributes for tunnels.
315 OVS_KEY_ATTR_ENCAP, /* Nested set of encapsulated attributes. */
330 OVS_KEY_ATTR_TUNNEL, /* Nested set of ovs_tunnel attributes */
531 * enum ovs_flow_attr - attributes for %OVS_FLOW_* commands.
532 * @OVS_FLOW_ATTR_KEY: Nested %OVS_KEY_ATTR_* attributes specifying the flow
535 * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying
540 * an %OVS_FLOW_ATTR_ACTIONS without any nested attributes must be given.
554 * @OVS_FLOW_ATTR_MASK: Nested %OVS_KEY_ATTR_* attributes specifying the
569 * These attributes follow the &struct ovs_header within the Generic Netlink
574 OVS_FLOW_ATTR_KEY, /* Sequence of OVS_KEY_ATTR_* attributes. */
575 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
580 OVS_FLOW_ATTR_MASK, /* Sequence of OVS_KEY_ATTR_* attributes. */
592 * Omit attributes for notifications.
602 * enum ovs_sample_attr - Attributes for %OVS_ACTION_ATTR_SAMPLE action.
608 * Actions are passed as nested attributes.
616 OVS_SAMPLE_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */
638 * enum ovs_userspace_attr - Attributes for %OVS_ACTION_ATTR_USERSPACE action.
681 * @tun_flags: MPLS tunnel attributes.
740 * enum ovs_ct_attr - Attributes for %OVS_ACTION_ATTR_CT action.
791 * enum ovs_nat_attr - Attributes for %OVS_CT_ATTR_NAT.
800 * connections. The following NAT attributes only apply for NEW
838 * enum ovs_check_pkt_len_attr - Attributes for %OVS_ACTION_ATTR_CHECK_PKT_LEN.
881 * %OVS_USERSPACE_ATTR_* attributes.
896 * the nested %OVS_SAMPLE_ATTR_* attributes.
997 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */