Searched refs:OVS_FLOW_ATTR_ACTIONS (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dopenvswitch.h576 * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying
580 * %OVS_FLOW_ATTR_ACTIONS will not modify the actions. To clear the actions,
581 * an %OVS_FLOW_ATTR_ACTIONS without any nested attributes must be given.
616 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator in enum:ovs_flow_attr
/linux-master/net/openvswitch/
H A Ddatapath.c793 /* OVS_FLOW_ATTR_ACTIONS */
838 /* If OVS_FLOW_ATTR_ACTIONS doesn't fit, skip dumping the actions if
848 start = nla_nest_start_noflag(skb, OVS_FLOW_ATTR_ACTIONS);
988 if (!a[OVS_FLOW_ATTR_ACTIONS]) {
1024 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS],
1191 if (a[OVS_FLOW_ATTR_ACTIONS]) {
1199 *acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key,
1503 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },

Completed in 155 milliseconds