Searched refs:INET_TWDR_RECYCLE_TICK (Results 1 - 2 of 2) 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.c370 slot = (timeo + (1 << INET_TWDR_RECYCLE_TICK) - 1) >> INET_TWDR_RECYCLE_TICK;
393 tw->tw_ttd = jiffies + (slot << INET_TWDR_RECYCLE_TICK);
399 (slot << INET_TWDR_RECYCLE_TICK);
403 jiffies + (slot << INET_TWDR_RECYCLE_TICK)))
405 jiffies + (slot << INET_TWDR_RECYCLE_TICK));
464 j += 1 << INET_TWDR_RECYCLE_TICK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h43 #define INET_TWDR_RECYCLE_TICK (SHIFT_HZ + 2 - INET_TWDR_RECYCLE_SLOTS_LOG) macro
45 #define INET_TWDR_RECYCLE_TICK (1) macro

Completed in 99 milliseconds