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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_timewait_sock.c123 static int inet_twdr_do_twkill_work(struct inet_timewait_death_row *twdr, argument
140 inet_twsk_for_each_inmate(tw, node, &twdr->cells[slot]) {
142 spin_unlock(&twdr->death_lock);
143 __inet_twsk_kill(tw, twdr->hashinfo);
146 spin_lock(&twdr->death_lock);
152 /* While we dropped twdr->death_lock, another cpu may have
161 twdr->tw_count -= killed;
169 struct inet_timewait_death_row *twdr; local
172 twdr = (struct inet_timewait_death_row *)data;
173 spin_lock(&twdr
201 struct inet_timewait_death_row *twdr = local
235 inet_twsk_deschedule(struct inet_timewait_sock *tw, struct inet_timewait_death_row *twdr) argument
250 inet_twsk_schedule(struct inet_timewait_sock *tw, struct inet_timewait_death_row *twdr, const int timeo, const int timewait_len) argument
333 struct inet_timewait_death_row *twdr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_timewait_sock.h220 struct inet_timewait_death_row *twdr,
223 struct inet_timewait_death_row *twdr);

Completed in 45 milliseconds