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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_timewait_sock.c281 twdr->slot = ((twdr->slot + 1) & (INET_TWDR_TWKILL_SLOTS - 1));
296 BUILD_BUG_ON((INET_TWDR_TWKILL_SLOTS - 1) >
301 for (i = 0; i < INET_TWDR_TWKILL_SLOTS; i++) {
383 slot = INET_TWDR_TWKILL_SLOTS - 1;
386 if (slot >= INET_TWDR_TWKILL_SLOTS)
387 slot = INET_TWDR_TWKILL_SLOTS - 1;
390 slot = (twdr->slot + slot) & (INET_TWDR_TWKILL_SLOTS - 1);
H A Dtcp_minisocks.c37 .period = TCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h49 #define INET_TWDR_TWKILL_SLOTS 8 /* Please keep this a power of 2. */ macro
67 struct hlist_head cells[INET_TWDR_TWKILL_SLOTS];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dminisocks.c30 .period = DCCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,

Completed in 62 milliseconds