old_acts          998 net/openvswitch/datapath.c 		struct sw_flow_actions *old_acts;
old_acts         1026 net/openvswitch/datapath.c 		old_acts = ovsl_dereference(flow->sf_acts);
old_acts         1040 net/openvswitch/datapath.c 		ovs_nla_free_flow_actions_rcu(old_acts);
old_acts         1144 net/openvswitch/datapath.c 	struct sw_flow_actions *old_acts = NULL, *acts = NULL;
old_acts         1192 net/openvswitch/datapath.c 		old_acts = ovsl_dereference(flow->sf_acts);
old_acts         1223 net/openvswitch/datapath.c 	if (old_acts)
old_acts         1224 net/openvswitch/datapath.c 		ovs_nla_free_flow_actions_rcu(old_acts);