Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c500 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()
/linux-2.4.37.9/include/net/
Dtcp.h372 #define TCP_TW_RECYCLE_SLOTS (1<<TCP_TW_RECYCLE_SLOTS_LOG) macro