Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow_table.h88 int ovs_flow_tbl_num_masks(const struct flow_table *table);
H A Dflow_table.c938 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks() function
H A Ddatapath.c692 mega_stats->n_masks = ovs_flow_tbl_num_masks(&dp->table); in get_dp_stats()