Lines Matching defs:flow
79 struct sw_flow *flow; in ovs_flow_alloc() local
139 static void flow_free(struct sw_flow *flow) in flow_free()
153 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() local
158 void ovs_flow_free(struct sw_flow *flow, bool deferred) in ovs_flow_free()
236 struct sw_flow *flow; in table_instance_destroy() local
264 struct sw_flow *flow; in ovs_flow_tbl_dump_next() local
295 static void table_instance_insert(struct table_instance *ti, struct sw_flow *flow) in table_instance_insert()
314 struct sw_flow *flow; in flow_table_copy_flows() local
394 static bool flow_cmp_masked_key(const struct sw_flow *flow, in flow_cmp_masked_key()
401 bool ovs_flow_cmp_unmasked_key(const struct sw_flow *flow, in ovs_flow_cmp_unmasked_key()
415 struct sw_flow *flow; in masked_flow_lookup() local
440 struct sw_flow *flow; in ovs_flow_tbl_lookup_stats() local
465 struct sw_flow *flow; in ovs_flow_tbl_lookup_exact() local
511 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove()
563 static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow, in flow_mask_insert()
586 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, in ovs_flow_tbl_insert()