• Home
  • Raw
  • Download

Lines Matching defs:flow

74 	struct sw_flow *flow;  in ovs_flow_alloc()  local
107 static void flow_free(struct sw_flow *flow) in flow_free()
129 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() local
134 void ovs_flow_free(struct sw_flow *flow, bool deferred) in ovs_flow_free()
464 struct sw_flow *flow) in table_instance_flow_free()
487 struct sw_flow *flow; in table_instance_flow_flush() local
530 struct sw_flow *flow; in ovs_flow_tbl_dump_next() local
561 struct sw_flow *flow) in table_instance_insert()
570 struct sw_flow *flow) in ufid_table_instance_insert()
589 struct sw_flow *flow; in flow_table_copy_flows() local
682 static bool flow_cmp_masked_key(const struct sw_flow *flow, in flow_cmp_masked_key()
689 static bool ovs_flow_cmp_unmasked_key(const struct sw_flow *flow, in ovs_flow_cmp_unmasked_key()
705 struct sw_flow *flow; in masked_flow_lookup() local
738 struct sw_flow *flow; in flow_lookup() local
795 struct sw_flow *flow; in ovs_flow_tbl_lookup_stats() local
856 struct sw_flow *flow; in ovs_flow_tbl_lookup() local
880 struct sw_flow *flow; in ovs_flow_tbl_lookup_exact() local
901 static bool ovs_flow_cmp_ufid(const struct sw_flow *flow, in ovs_flow_cmp_ufid()
910 bool ovs_flow_cmp(const struct sw_flow *flow, in ovs_flow_cmp()
923 struct sw_flow *flow; in ovs_flow_tbl_lookup_ufid() local
958 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove()
1008 static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow, in flow_mask_insert()
1037 static void flow_key_insert(struct flow_table *table, struct sw_flow *flow) in flow_key_insert()
1061 static void flow_ufid_insert(struct flow_table *table, struct sw_flow *flow) in flow_ufid_insert()
1083 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, in ovs_flow_tbl_insert()