Home
last modified time | relevance | path

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

/linux-3.4.99/net/openvswitch/
Dflow.h164 #define TBL_MIN_BUCKETS 1024 macro
Ddatapath.c383 new_table = ovs_flow_tbl_alloc(TBL_MIN_BUCKETS); in flush_flows()
1252 rcu_assign_pointer(dp->table, ovs_flow_tbl_alloc(TBL_MIN_BUCKETS)); in ovs_dp_cmd_new()