Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dflow_table.h73 int ovs_flow_tbl_num_masks(const struct flow_table *table);
Dflow_table.c572 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks() function
Ddatapath.c640 mega_stats->n_masks = ovs_flow_tbl_num_masks(&dp->table); in get_dp_stats()