Home
last modified time | relevance | path

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

/linux-6.1.9/net/openvswitch/
Dflow_table.h87 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
Dflow_table.c958 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove() function
Ddatapath.c1396 ovs_flow_tbl_remove(&dp->table, flow); in ovs_flow_cmd_del()