Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dflow_table.h73 int ovs_flow_tbl_num_masks(const struct flow_table *table);
Dflow_table.c569 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks() function
Ddatapath.c655 mega_stats->n_masks = ovs_flow_tbl_num_masks(&dp->table); in get_dp_stats()