Home
last modified time | relevance | path

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

/linux-6.12.1/net/openvswitch/
Dflow_table.h88 int ovs_flow_tbl_num_masks(const struct flow_table *table);
Dflow_table.c936 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks() function
Ddatapath.c730 mega_stats->n_masks = ovs_flow_tbl_num_masks(&dp->table); in get_dp_stats()