Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c121 #define NX_FSW_FRB_HASHSZ 128 /* some power of 2 */ macro
122 static uint32_t fsw_flow_route_buckets = NX_FSW_FRB_HASHSZ;
4285 frb_cnt = NX_FSW_FRB_HASHSZ; in fsw_dp_ctor()