Lines Matching refs:sw_flow
77 struct sw_flow *ovs_flow_alloc(void);
78 void ovs_flow_free(struct sw_flow *, bool deferred);
85 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
87 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
91 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table,
93 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *,
98 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *,
100 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
102 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *,
105 bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);