Searched refs:TCP_TW_RECYCLE_SLOTS (Results 1 – 2 of 2) sorted by relevance
500 static struct tcp_tw_bucket *tcp_twcal_row[TCP_TW_RECYCLE_SLOTS];545 if (slot >= TCP_TW_RECYCLE_SLOTS) { in tcp_tw_schedule()568 slot = (tcp_twcal_hand + slot)&(TCP_TW_RECYCLE_SLOTS-1); in tcp_tw_schedule()598 for (n=0; n<TCP_TW_RECYCLE_SLOTS; n++) { in SMP_TIMER_NAME()623 slot = (slot+1)&(TCP_TW_RECYCLE_SLOTS-1); in SMP_TIMER_NAME()
372 #define TCP_TW_RECYCLE_SLOTS (1<<TCP_TW_RECYCLE_SLOTS_LOG) macro