Searched defs:nes_timer_entry (Results 1 – 1 of 1) sorted by relevance
154 struct nes_timer_entry { struct155 struct list_head list;156 unsigned long timetosend; /* jiffies */157 struct sk_buff *skb;158 u32 type;159 u32 retrycount;160 u32 retranscount;161 u32 context;162 u32 seq_num;163 u32 send_retrans;[all …]