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