Home
last modified time | relevance | path

Searched refs:ovs_flow_actions_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/openvswitch/
Dflow.h132 struct sw_flow_actions *ovs_flow_actions_alloc(const struct nlattr *);
Ddatapath.c660 acts = ovs_flow_actions_alloc(a[OVS_PACKET_ATTR_ACTIONS]); in ovs_packet_cmd_execute()
930 acts = ovs_flow_actions_alloc(a[OVS_FLOW_ATTR_ACTIONS]); in ovs_flow_cmd_new_or_set()
969 new_acts = ovs_flow_actions_alloc(acts_attrs); in ovs_flow_cmd_new_or_set()
Dflow.c200 struct sw_flow_actions *ovs_flow_actions_alloc(const struct nlattr *actions) in ovs_flow_actions_alloc() function