Searched full:ovs_flow_attr_actions (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/net/openvswitch/ |
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 },
|
/linux-6.8/include/uapi/linux/ |
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
|
/linux-6.8/Documentation/netlink/specs/ |
D | ovs_flow.yaml | 395 OVS_FLOW_CMD_SET without OVS_FLOW_ATTR_ACTIONS will not modify the 396 actions. To clear the actions, an OVS_FLOW_ATTR_ACTIONS without any
|
/linux-6.8/tools/testing/selftests/net/openvswitch/ |
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])
|