Searched defs:bcsp_struct (Results 1 – 1 of 1) sorted by relevance
58 struct bcsp_struct { struct59 struct sk_buff_head unack; /* Unack'ed packets queue */60 struct sk_buff_head rel; /* Reliable packets queue */61 struct sk_buff_head unrel; /* Unreliable packets queue */63 unsigned long rx_count;64 struct sk_buff *rx_skb;65 u8 rxseq_txack; /* rxseq == txack. */66 u8 rxack; /* Last packet sent by us that the peer ack'ed */67 struct timer_list tbcsp;69 enum {[all …]