Searched refs:twdr (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.c213 static int inet_twdr_do_twkill_work(struct inet_timewait_death_row *twdr, argument
230 inet_twsk_for_each_inmate(tw, node, &twdr->cells[slot]) {
232 spin_unlock(&twdr->death_lock);
233 __inet_twsk_kill(tw, twdr->hashinfo);
239 spin_lock(&twdr->death_lock);
245 /* While we dropped twdr->death_lock, another cpu may have
254 twdr->tw_count -= killed;
263 struct inet_timewait_death_row *twdr; local
266 twdr = (struct inet_timewait_death_row *)data;
267 spin_lock(&twdr
292 struct inet_timewait_death_row *twdr = local
325 inet_twsk_deschedule(struct inet_timewait_sock *tw, struct inet_timewait_death_row *twdr) argument
339 inet_twsk_schedule(struct inet_timewait_sock *tw, struct inet_timewait_death_row *twdr, const int timeo, const int timewait_len) argument
421 struct inet_timewait_death_row *twdr; local
479 inet_twsk_purge(struct inet_hashinfo *hashinfo, struct inet_timewait_death_row *twdr, int family) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h201 struct inet_timewait_death_row *twdr,
204 struct inet_timewait_death_row *twdr);
207 struct inet_timewait_death_row *twdr, int family);

Completed in 306 milliseconds