Searched refs:TCP_TWKILL_SLOTS (Results 1 – 2 of 2) sorted by relevance
428 static struct tcp_tw_bucket *tcp_tw_death_row[TCP_TWKILL_SLOTS];463 ((tcp_tw_death_row_slot + 1) & (TCP_TWKILL_SLOTS - 1)); in SMP_TIMER_NAME()548 slot = TCP_TWKILL_SLOTS-1; in tcp_tw_schedule()551 if (slot >= TCP_TWKILL_SLOTS) in tcp_tw_schedule()552 slot = TCP_TWKILL_SLOTS-1; in tcp_tw_schedule()555 slot = (tcp_tw_death_row_slot + slot) & (TCP_TWKILL_SLOTS - 1); in tcp_tw_schedule()
353 #define TCP_TWKILL_SLOTS 8 /* Please keep this a power of 2. */ macro354 #define TCP_TWKILL_PERIOD (TCP_TIMEWAIT_LEN/TCP_TWKILL_SLOTS)