Home
last modified time | relevance | path

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

/Linux-v5.10/net/openvswitch/
Dflow_table.h90 int ovs_flow_tbl_masks_cache_resize(struct flow_table *table, u32 size);
Dflow_table.c391 int ovs_flow_tbl_masks_cache_resize(struct flow_table *table, u32 size) in ovs_flow_tbl_masks_cache_resize() function
Ddatapath.c1616 err = ovs_flow_tbl_masks_cache_resize(&dp->table, cache_size); in ovs_dp_change()