Searched refs:old_acts (Results 1 – 1 of 1) sorted by relevance
1071 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new() local1099 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_new()1113 ovs_nla_free_flow_actions_rcu(old_acts); in ovs_flow_cmd_new()1222 struct sw_flow_actions *old_acts = NULL, *acts = NULL; in ovs_flow_cmd_set() local1270 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_set()1301 if (old_acts) in ovs_flow_cmd_set()1302 ovs_nla_free_flow_actions_rcu(old_acts); in ovs_flow_cmd_set()