Searched refs:CT_LOCKARRAY_SIZE (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/ipvs/
H A Dip_vs_conn.c78 #define CT_LOCKARRAY_SIZE (1<<CT_LOCKARRAY_BITS) macro
79 #define CT_LOCKARRAY_MASK (CT_LOCKARRAY_SIZE-1)
95 __ip_vs_conntbl_lock_array[CT_LOCKARRAY_SIZE] __cacheline_aligned;
1401 for (idx = 0; idx < CT_LOCKARRAY_SIZE; idx++) {

Completed in 28 milliseconds