Lines Matching refs:sf_acts
234 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() local
261 sf_acts = rcu_dereference(flow->sf_acts); in ovs_dp_process_packet()
262 ovs_execute_actions(dp, skb, sf_acts, key); in ovs_dp_process_packet()
535 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute() local
580 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
599 sf_acts = rcu_dereference(flow->sf_acts); in ovs_packet_cmd_execute()
602 err = ovs_execute_actions(dp, packet, sf_acts, &flow->key); in ovs_packet_cmd_execute()
769 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions() local
771 sf_acts = rcu_dereference_ovsl(flow->sf_acts); in ovs_flow_cmd_fill_actions()
772 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()
773 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()
870 skb = ovs_flow_cmd_alloc_info(ovsl_dereference(flow->sf_acts), in ovs_flow_cmd_build_info()
964 rcu_assign_pointer(new_flow->sf_acts, acts); in ovs_flow_cmd_new()
1012 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_new()
1013 rcu_assign_pointer(flow->sf_acts, acts); in ovs_flow_cmd_new()
1177 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_set()
1178 rcu_assign_pointer(flow->sf_acts, acts); in ovs_flow_cmd_set()
1330 reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts, in ovs_flow_cmd_del()