Searched defs:nes_timer_entry (Results 1 – 1 of 1) sorted by relevance
126 struct nes_timer_entry { struct127 struct list_head list;128 unsigned long timetosend; /* jiffies */129 struct sk_buff *skb;130 u32 type;131 u32 retrycount;132 u32 retranscount;133 u32 context;134 u32 seq_num;135 u32 send_retrans;[all …]