Searched refs:old_acts (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/openvswitch/
H A Ddatapath.c962 struct sw_flow_actions *old_acts; ovs_flow_cmd_new() local
990 old_acts = ovsl_dereference(flow->sf_acts); ovs_flow_cmd_new()
1004 ovs_nla_free_flow_actions(old_acts); ovs_flow_cmd_new()
1053 struct sw_flow_actions *old_acts = NULL, *acts = NULL; ovs_flow_cmd_set() local
1111 old_acts = ovsl_dereference(flow->sf_acts); ovs_flow_cmd_set()
1142 if (old_acts) ovs_flow_cmd_set()
1143 ovs_nla_free_flow_actions(old_acts); ovs_flow_cmd_set()

Completed in 70 milliseconds