Lines Matching defs:table
103 int ovs_flow_tbl_count(const struct flow_table *table) in ovs_flow_tbl_count()
392 int ovs_flow_tbl_masks_cache_resize(struct flow_table *table, u32 size) in ovs_flow_tbl_masks_cache_resize()
414 int ovs_flow_tbl_init(struct flow_table *table) in ovs_flow_tbl_init()
462 static void table_instance_flow_free(struct flow_table *table, in table_instance_flow_free()
479 void table_instance_flow_flush(struct flow_table *table, in table_instance_flow_flush()
516 void ovs_flow_tbl_destroy(struct flow_table *table) in ovs_flow_tbl_destroy()
939 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks()
945 u32 ovs_flow_tbl_masks_cache_size(const struct flow_table *table) in ovs_flow_tbl_masks_cache_size()
959 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove()
1038 static void flow_key_insert(struct flow_table *table, struct sw_flow *flow) in flow_key_insert()
1062 static void flow_ufid_insert(struct flow_table *table, struct sw_flow *flow) in flow_ufid_insert()
1084 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, in ovs_flow_tbl_insert()
1108 void ovs_flow_masks_rebalance(struct flow_table *table) in ovs_flow_masks_rebalance()