Lines Matching refs:flow_table
34 struct flow_table { struct
51 int ovs_flow_tbl_init(struct flow_table *); argument
52 int ovs_flow_tbl_count(const struct flow_table *table);
53 void ovs_flow_tbl_destroy(struct flow_table *table);
54 int ovs_flow_tbl_flush(struct flow_table *flow_table);
56 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
58 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
59 int ovs_flow_tbl_num_masks(const struct flow_table *table);
62 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *,
65 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *,
67 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
69 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *,