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