Searched defs:mux_session (Results 1 – 1 of 1) sorted by relevance
180 struct mux_session { struct181 struct iosm_wwan *wwan; /*Network i/f used for communication*/182 int if_id; /* i/f id for session open message.*/183 u32 flags;184 u32 ul_head_pad_len; /* Nr of bytes for UL head padding. */185 u32 dl_head_pad_len; /* Nr of bytes for DL head padding. */186 struct sk_buff_head ul_list; /* skb entries for an ADT. */187 u32 flow_ctl_mask; /* UL flow control */188 u32 flow_ctl_en_cnt; /* Flow control Enable cmd count */189 u32 flow_ctl_dis_cnt; /* Flow Control Disable cmd count */[all …]