Lines Matching refs:flow_table
48 struct flow_table { struct
65 int ovs_flow_tbl_init(struct flow_table *); argument
66 int ovs_flow_tbl_count(const struct flow_table *table);
67 void ovs_flow_tbl_destroy(struct flow_table *table);
68 int ovs_flow_tbl_flush(struct flow_table *flow_table);
70 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
72 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
73 int ovs_flow_tbl_num_masks(const struct flow_table *table);
76 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *,
79 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *,
81 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
83 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *,