Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow_netlink.h65 void ovs_nla_free_flow_actions(struct sw_flow_actions *);
H A Dflow_netlink.c2434 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions() function
2445 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions()
3517 ovs_nla_free_flow_actions(*sfa); in ovs_nla_copy_actions()
H A Ddatapath.c1127 ovs_nla_free_flow_actions(acts); in ovs_flow_cmd_new()
1310 ovs_nla_free_flow_actions(acts); in ovs_flow_cmd_set()
H A Dflow_table.c115 ovs_nla_free_flow_actions((struct sw_flow_actions __force *) in flow_free()