Searched refs:twcal_hand (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.c395 if (twdr->twcal_hand < 0) {
396 twdr->twcal_hand = 0;
406 slot = (twdr->twcal_hand + slot) & (INET_TWDR_RECYCLE_SLOTS - 1);
431 if (twdr->twcal_hand < 0)
434 slot = twdr->twcal_hand;
456 twdr->twcal_hand = slot;
467 twdr->twcal_hand = -1;
H A Dtcp_minisocks.c46 .twcal_hand = -1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h55 int twcal_hand; member in struct:inet_timewait_death_row
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dminisocks.c39 .twcal_hand = -1,

Completed in 34 milliseconds