Searched full:ovs_flow_attr_actions (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | datapath.c | 793 /* OVS_FLOW_ATTR_ACTIONS */ in ovs_flow_cmd_msg_size() 838 /* If OVS_FLOW_ATTR_ACTIONS doesn't fit, skip dumping the actions if in ovs_flow_cmd_fill_actions() 848 start = nla_nest_start_noflag(skb, OVS_FLOW_ATTR_ACTIONS); in ovs_flow_cmd_fill_actions() 988 if (!a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_new() 1024 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS], in ovs_flow_cmd_new() 1191 if (a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_nla_init_match_and_action() 1199 *acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key, in ovs_nla_init_match_and_action() 1503 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },
|
/openbmc/linux/include/uapi/linux/ |
H A D | openvswitch.h | 576 * @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
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ovs_flow.yaml | 391 OVS_FLOW_CMD_SET without OVS_FLOW_ATTR_ACTIONS will not modify the 392 actions. To clear the actions, an OVS_FLOW_ATTR_ACTIONS without any
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 1778 ("OVS_FLOW_ATTR_ACTIONS", "ovsactions"), 1820 acts_field = self.get_attr("OVS_FLOW_ATTR_ACTIONS") 1916 self["attrs"].append(["OVS_FLOW_ATTR_ACTIONS", a])
|