Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dflow_table.h66 int ovs_flow_tbl_count(const struct flow_table *table);
Dflow_table.c109 int ovs_flow_tbl_count(const struct flow_table *table) in ovs_flow_tbl_count() function
Ddatapath.c654 stats->n_flows = ovs_flow_tbl_count(&dp->table); in get_dp_stats()