Lines Matching refs:sf_acts
224 struct sw_flow_actions *sf_acts;
260 sf_acts = rcu_dereference(flow->sf_acts);
261 error = ovs_execute_actions(dp, skb, sf_acts, key);
561 struct sw_flow_actions *sf_acts;
615 rcu_assign_pointer(flow->sf_acts, acts);
634 sf_acts = rcu_dereference(flow->sf_acts);
637 err = ovs_execute_actions(dp, packet, sf_acts, &flow->key);
811 const struct sw_flow_actions *sf_acts;
813 sf_acts = rcu_dereference_ovsl(flow->sf_acts);
814 err = ovs_nla_put_actions(sf_acts->actions,
815 sf_acts->actions_len, skb);
912 skb = ovs_flow_cmd_alloc_info(ovsl_dereference(flow->sf_acts),
1012 rcu_assign_pointer(new_flow->sf_acts, acts);
1060 old_acts = ovsl_dereference(flow->sf_acts);
1061 rcu_assign_pointer(flow->sf_acts, acts);
1231 old_acts = ovsl_dereference(flow->sf_acts);
1232 rcu_assign_pointer(flow->sf_acts, acts);
1384 reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts,