Searched refs:twcal_hand (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.c306 if (twdr->twcal_hand < 0) {
307 twdr->twcal_hand = 0;
317 slot = (twdr->twcal_hand + slot) & (INET_TWDR_RECYCLE_SLOTS - 1);
343 if (twdr->twcal_hand < 0)
346 slot = twdr->twcal_hand;
365 twdr->twcal_hand = slot;
376 twdr->twcal_hand = -1;
H A Dtcp_minisocks.c51 .twcal_hand = -1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_timewait_sock.h68 int twcal_hand; member in struct:inet_timewait_death_row
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dminisocks.c38 .twcal_hand = -1,

Completed in 100 milliseconds