Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_table.h81 int ovs_flow_tbl_count(const struct flow_table *table);
H A Dflow_table.c103 int ovs_flow_tbl_count(const struct flow_table *table) in ovs_flow_tbl_count() function
H A Ddatapath.c729 stats->n_flows = ovs_flow_tbl_count(&dp->table); in get_dp_stats()