Lines Matching defs:flow

81 	struct sw_flow *flow;  in ovs_flow_alloc()  local
137 static void flow_free(struct sw_flow *flow) in flow_free()
155 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() local
160 void ovs_flow_free(struct sw_flow *flow, bool deferred) in ovs_flow_free()
251 struct sw_flow *flow; in table_instance_destroy() local
289 struct sw_flow *flow; in ovs_flow_tbl_dump_next() local
321 struct sw_flow *flow) in table_instance_insert()
330 struct sw_flow *flow) in ufid_table_instance_insert()
349 struct sw_flow *flow; in flow_table_copy_flows() local
448 static bool flow_cmp_masked_key(const struct sw_flow *flow, in flow_cmp_masked_key()
455 static bool ovs_flow_cmp_unmasked_key(const struct sw_flow *flow, in ovs_flow_cmp_unmasked_key()
470 struct sw_flow *flow; in masked_flow_lookup() local
492 struct sw_flow *flow; in ovs_flow_tbl_lookup_stats() local
517 struct sw_flow *flow; in ovs_flow_tbl_lookup_exact() local
534 static bool ovs_flow_cmp_ufid(const struct sw_flow *flow, in ovs_flow_cmp_ufid()
543 bool ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match) in ovs_flow_cmp()
555 struct sw_flow *flow; in ovs_flow_tbl_lookup_ufid() local
605 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove()
662 static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow, in flow_mask_insert()
685 static void flow_key_insert(struct flow_table *table, struct sw_flow *flow) in flow_key_insert()
709 static void flow_ufid_insert(struct flow_table *table, struct sw_flow *flow) in flow_ufid_insert()
731 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, in ovs_flow_tbl_insert()