Home
last modified time | relevance | path

Searched refs:sw_flow_actions (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/openvswitch/
Dflow.h37 struct sw_flow_actions { struct
102 struct sw_flow_actions __rcu *sf_acts;
132 struct sw_flow_actions *ovs_flow_actions_alloc(const struct nlattr *);
133 void ovs_flow_deferred_free_acts(struct sw_flow_actions *);
Ddatapath.c603 struct sw_flow_actions *acts; in ovs_packet_cmd_execute()
757 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_info()
825 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_alloc_info()
901 struct sw_flow_actions *acts; in ovs_flow_cmd_new_or_set()
945 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new_or_set()
967 struct sw_flow_actions *new_acts; 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()
203 struct sw_flow_actions *sfa; in ovs_flow_actions_alloc()
432 struct sw_flow_actions *sf_acts = container_of(rcu, in rcu_free_acts_callback()
433 struct sw_flow_actions, rcu); in rcu_free_acts_callback()
439 void ovs_flow_deferred_free_acts(struct sw_flow_actions *sf_acts) in ovs_flow_deferred_free_acts()
Dactions.c431 struct sw_flow_actions *acts = rcu_dereference(OVS_CB(skb)->flow->sf_acts); in ovs_execute_actions()