Home
last modified time | relevance | path

Searched refs:TBL_MIN_BUCKETS (Results 1 – 2 of 2) sorted by relevance

/net/openvswitch/
Dflow.h148 #define TBL_MIN_BUCKETS 1024 macro
Ddatapath.c457 new_table = ovs_flow_tbl_alloc(TBL_MIN_BUCKETS); in flush_flows()
1388 rcu_assign_pointer(dp->table, ovs_flow_tbl_alloc(TBL_MIN_BUCKETS)); in ovs_dp_cmd_new()