Searched full:ovs_flow_attr_actions (Results 1 – 4 of 4) sorted by relevance
/linux/include/uapi/linux/ |
H A D | openvswitch.h | 582 * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying 586 * %OVS_FLOW_ATTR_ACTIONS will not modify the actions. To clear the actions, 587 * an %OVS_FLOW_ATTR_ACTIONS without any nested attributes must be given. 622 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator
|
/linux/net/openvswitch/ |
H A D | datapath.c | 822 /* OVS_FLOW_ATTR_ACTIONS */ in ovs_flow_cmd_msg_size() 867 /* If OVS_FLOW_ATTR_ACTIONS doesn't fit, skip dumping the actions if in ovs_flow_cmd_fill_actions() 877 start = nla_nest_start_noflag(skb, OVS_FLOW_ATTR_ACTIONS); in ovs_flow_cmd_fill_actions() 1017 if (!a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_new() 1053 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS], in ovs_flow_cmd_new() 1220 if (a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_nla_init_match_and_action() 1228 *acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key, in ovs_nla_init_match_and_action() 1532 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },
|
/linux/Documentation/netlink/specs/ |
H A D | ovs_flow.yaml | 396 OVS_FLOW_CMD_SET without OVS_FLOW_ATTR_ACTIONS will not modify the 397 actions. To clear the actions, an OVS_FLOW_ATTR_ACTIONS without any
|
/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 2222 ("OVS_FLOW_ATTR_ACTIONS", "ovsactions"), 2264 acts_field = self.get_attr("OVS_FLOW_ATTR_ACTIONS") 2360 self["attrs"].append(["OVS_FLOW_ATTR_ACTIONS", a])
|