Lines Matching refs:sw_flow
181 void ovs_flow_used(struct sw_flow *flow, struct sk_buff *skb) in ovs_flow_used()
218 struct sw_flow *ovs_flow_alloc(void) in ovs_flow_alloc()
220 struct sw_flow *flow; in ovs_flow_alloc()
300 struct sw_flow *flow; in ovs_flow_tbl_destroy()
331 struct sw_flow *ovs_flow_tbl_next(struct flow_table *table, u32 *bucket, u32 *last) in ovs_flow_tbl_next()
333 struct sw_flow *flow; in ovs_flow_tbl_next()
367 struct sw_flow *flow; in flow_table_copy_flows()
401 void ovs_flow_free(struct sw_flow *flow) in ovs_flow_free()
413 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback()
420 void ovs_flow_deferred_free(struct sw_flow *flow) in ovs_flow_deferred_free()
767 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *table, in ovs_flow_tbl_lookup()
770 struct sw_flow *flow; in ovs_flow_tbl_lookup()
787 void ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_insert()
796 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove()
1345 flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow), 0, in ovs_flow_init()