Lines Matching defs:sf_acts
251 struct sw_flow_actions *sf_acts;
296 sf_acts = rcu_dereference(flow->sf_acts);
309 error = ovs_execute_actions(dp, skb, sf_acts, key);
618 struct sw_flow_actions *sf_acts;
675 rcu_assign_pointer(flow->sf_acts, acts);
694 sf_acts = rcu_dereference(flow->sf_acts);
700 err = ovs_execute_actions(dp, packet, sf_acts, &flow->key);
879 const struct sw_flow_actions *sf_acts;
881 sf_acts = rcu_dereference_ovsl(flow->sf_acts);
882 err = ovs_nla_put_actions(sf_acts->actions,
883 sf_acts->actions_len, skb);
980 skb = ovs_flow_cmd_alloc_info(ovsl_dereference(flow->sf_acts),
1080 rcu_assign_pointer(new_flow->sf_acts, acts);
1128 old_acts = ovsl_dereference(flow->sf_acts);
1129 rcu_assign_pointer(flow->sf_acts, acts);
1299 old_acts = ovsl_dereference(flow->sf_acts);
1300 rcu_assign_pointer(flow->sf_acts, acts);
1452 reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts,