Home
last modified time | relevance | path

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

/linux-3.4.99/net/openvswitch/
Dflow.h175 static inline int ovs_flow_tbl_count(struct flow_table *table) in ovs_flow_tbl_count() function
Ddatapath.c712 stats->n_flows = ovs_flow_tbl_count(table); in get_dp_stats()