Searched defs:mux_adb (Results 1 – 1 of 1) sorted by relevance
196 struct mux_adb { struct197 struct sk_buff *dest_skb; /* Current UL skb for the data block. */198 u8 *buf; /* ADB memory. */199 struct mux_adgh *adgh; /* ADGH pointer */200 struct sk_buff *qlth_skb; /* QLTH pointer */201 u32 *next_table_index; /* Pointer to next table index. */202 struct sk_buff_head free_list; /* List of alloc. ADB for the UL sess.*/203 int size; /* Size of the ADB memory. */204 u32 if_cnt; /* Statistic counter */205 u32 dg_cnt_total;[all …]