Lines Matching refs:sw_flow
72 struct sw_flow *ovs_flow_alloc(void)
74 struct sw_flow *flow;
107 static void flow_free(struct sw_flow *flow)
129 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu);
134 void ovs_flow_free(struct sw_flow *flow, bool deferred)
464 struct sw_flow *flow)
487 struct sw_flow *flow;
527 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti,
530 struct sw_flow *flow;
561 struct sw_flow *flow)
570 struct sw_flow *flow)
589 struct sw_flow *flow;
682 static bool flow_cmp_masked_key(const struct sw_flow *flow,
689 static bool ovs_flow_cmp_unmasked_key(const struct sw_flow *flow,
700 static struct sw_flow *masked_flow_lookup(struct table_instance *ti,
705 struct sw_flow *flow;
729 static struct sw_flow *flow_lookup(struct flow_table *tbl,
738 struct sw_flow *flow;
785 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *tbl,
795 struct sw_flow *flow;
849 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *tbl,
856 struct sw_flow *flow;
869 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
880 struct sw_flow *flow;
901 static bool ovs_flow_cmp_ufid(const struct sw_flow *flow,
910 bool ovs_flow_cmp(const struct sw_flow *flow,
919 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *tbl,
923 struct sw_flow *flow;
958 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow)
1008 static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow,
1037 static void flow_key_insert(struct flow_table *table, struct sw_flow *flow)
1061 static void flow_ufid_insert(struct flow_table *table, struct sw_flow *flow)
1083 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
1198 flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow)