Lines Matching refs:sf_acts
759 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
865 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_info() local
873 sf_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_fill_info()
919 err = nla_put(skb, OVS_FLOW_ATTR_ACTIONS, sf_acts->actions_len, in ovs_flow_cmd_fill_info()
920 sf_acts->actions); in ovs_flow_cmd_fill_info()
935 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_alloc_info() local
937 sf_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_alloc_info()
939 return genlmsg_new(ovs_flow_cmd_msg_size(sf_acts), GFP_KERNEL); in ovs_flow_cmd_alloc_info()
1030 rcu_assign_pointer(flow->sf_acts, acts); in ovs_flow_cmd_new_or_set()
1056 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_new_or_set()
1069 rcu_assign_pointer(flow->sf_acts, new_acts); in ovs_flow_cmd_new_or_set()