Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_table.h87 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
H A Dflow_table.c956 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove() function
H A Ddatapath.c1419 ovs_flow_tbl_remove(&dp->table, flow); in ovs_flow_cmd_del()