Searched refs:INET_TWDR_RECYCLE_SLOTS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h36 #define INET_TWDR_RECYCLE_SLOTS (1 << INET_TWDR_RECYCLE_SLOTS_LOG) macro
58 struct hlist_head twcal_row[INET_TWDR_RECYCLE_SLOTS];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_timewait_sock.c380 if (slot >= INET_TWDR_RECYCLE_SLOTS) {
406 slot = (twdr->twcal_hand + slot) & (INET_TWDR_RECYCLE_SLOTS - 1);
437 for (n = 0; n < INET_TWDR_RECYCLE_SLOTS; n++) {
465 slot = (slot + 1) & (INET_TWDR_RECYCLE_SLOTS - 1);

Completed in 45 milliseconds