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

/net/openvswitch/
H A Ddatapath.c887 struct sw_flow_actions *old_acts; local
909 old_acts = ovsl_dereference(flow->sf_acts);
922 ovs_nla_free_flow_actions(old_acts);
973 struct sw_flow_actions *old_acts = NULL, *acts = NULL; local
1021 old_acts = ovsl_dereference(flow->sf_acts);
1049 if (old_acts)
1050 ovs_nla_free_flow_actions(old_acts);

Completed in 7 milliseconds