Lines Matching defs:sf_acts
251 struct sw_flow_actions *sf_acts;
293 sf_acts = rcu_dereference(flow->sf_acts);
294 error = ovs_execute_actions(dp, skb, sf_acts, key);
599 struct sw_flow_actions *sf_acts;
653 rcu_assign_pointer(flow->sf_acts, acts);
672 sf_acts = rcu_dereference(flow->sf_acts);
675 err = ovs_execute_actions(dp, packet, sf_acts, &flow->key);
850 const struct sw_flow_actions *sf_acts;
852 sf_acts = rcu_dereference_ovsl(flow->sf_acts);
853 err = ovs_nla_put_actions(sf_acts->actions,
854 sf_acts->actions_len, skb);
951 skb = ovs_flow_cmd_alloc_info(ovsl_dereference(flow->sf_acts),
1051 rcu_assign_pointer(new_flow->sf_acts, acts);
1099 old_acts = ovsl_dereference(flow->sf_acts);
1100 rcu_assign_pointer(flow->sf_acts, acts);
1270 old_acts = ovsl_dereference(flow->sf_acts);
1271 rcu_assign_pointer(flow->sf_acts, acts);
1423 reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts,