Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow_table.h88 int ovs_flow_tbl_num_masks(const struct flow_table *table);
H A Dflow_table.c939 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks() function
H A Ddatapath.c731 mega_stats->n_masks = ovs_flow_tbl_num_masks(&dp->table); in get_dp_stats()