Home
last modified time | relevance | path

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

/Linux-v5.10/net/openvswitch/
Ddatapath.c1021 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new() local
1049 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_new()
1063 ovs_nla_free_flow_actions_rcu(old_acts); in ovs_flow_cmd_new()
1168 struct sw_flow_actions *old_acts = NULL, *acts = NULL; in ovs_flow_cmd_set() local
1216 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_set()
1247 if (old_acts) in ovs_flow_cmd_set()
1248 ovs_nla_free_flow_actions_rcu(old_acts); in ovs_flow_cmd_set()