ovs_nla_free_nested_actions
static void ovs_nla_free_nested_actions(const struct nlattr *actions, int len);
ovs_nla_free_nested_actions(nla_data(a), nla_len(a));
ovs_nla_free_nested_actions(a, rem);
ovs_nla_free_nested_actions(nla_data(a), nla_len(a));
ovs_nla_free_nested_actions(a, rem);
ovs_nla_free_nested_actions(sf_acts->actions, sf_acts->actions_len);