Home
last modified time | relevance | path

Searched defs:inet_timewait_death_row (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dinet_timewait_sock.h66 struct inet_timewait_death_row { struct
68 int twcal_hand;
69 unsigned long twcal_jiffie;
70 struct timer_list twcal_timer;
71 struct hlist_head twcal_row[INET_TWDR_RECYCLE_SLOTS];
73 spinlock_t death_lock;
74 int tw_count;
75 int period;
76 u32 thread_slots;
77 struct work_struct twkill_work;
[all …]