Home
last modified time | relevance | path

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

/Linux-v5.4/net/openvswitch/
Dflow_table.h59 int ovs_flow_tbl_num_masks(const struct flow_table *table);
Dflow_table.c529 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks() function
Ddatapath.c662 mega_stats->n_masks = ovs_flow_tbl_num_masks(&dp->table); in get_dp_stats()