CT_LOCKARRAY_SIZE   62 net/netfilter/ipvs/ip_vs_conn.c #define CT_LOCKARRAY_MASK  (CT_LOCKARRAY_SIZE-1)
CT_LOCKARRAY_SIZE   71 net/netfilter/ipvs/ip_vs_conn.c __ip_vs_conntbl_lock_array[CT_LOCKARRAY_SIZE] __cacheline_aligned;
CT_LOCKARRAY_SIZE 1086 net/netfilter/ipvs/ip_vs_conn.c 	for (idx = 0; idx < CT_LOCKARRAY_SIZE; idx++)  {