Home
last modified time | relevance | path

Searched refs:TCP_TWKILL_SLOTS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c428 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()
/linux-2.4.37.9/include/net/
Dtcp.h353 #define TCP_TWKILL_SLOTS 8 /* Please keep this a power of 2. */ macro
354 #define TCP_TWKILL_PERIOD (TCP_TIMEWAIT_LEN/TCP_TWKILL_SLOTS)