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