Home
last modified time | relevance | path

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

/linux-3.3/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.c596 struct sw_flow_actions *acts; in ovs_packet_cmd_execute()
750 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_info()
818 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_alloc_info()
894 struct sw_flow_actions *acts; in ovs_flow_cmd_new_or_set()
938 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new_or_set()
960 struct sw_flow_actions *new_acts; in ovs_flow_cmd_new_or_set()
Dflow.c199 struct sw_flow_actions *ovs_flow_actions_alloc(const struct nlattr *actions) in ovs_flow_actions_alloc()
202 struct sw_flow_actions *sfa; in ovs_flow_actions_alloc()
431 struct sw_flow_actions *sf_acts = container_of(rcu, in rcu_free_acts_callback()
432 struct sw_flow_actions, rcu); in rcu_free_acts_callback()
438 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()