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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_timewait_sock.c188 twdr->slot = ((twdr->slot + 1) & (INET_TWDR_TWKILL_SLOTS - 1));
205 if ((INET_TWDR_TWKILL_SLOTS - 1) > (sizeof(twdr->thread_slots) * 8))
210 for (i = 0; i < INET_TWDR_TWKILL_SLOTS; i++) {
294 slot = INET_TWDR_TWKILL_SLOTS - 1;
297 if (slot >= INET_TWDR_TWKILL_SLOTS)
298 slot = INET_TWDR_TWKILL_SLOTS - 1;
301 slot = (twdr->slot + slot) & (INET_TWDR_TWKILL_SLOTS - 1);
H A Dtcp_minisocks.c42 .period = TCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_timewait_sock.h62 #define INET_TWDR_TWKILL_SLOTS 8 /* Please keep this a power of 2. */ macro
80 struct hlist_head cells[INET_TWDR_TWKILL_SLOTS];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dminisocks.c29 .period = DCCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,

Completed in 102 milliseconds