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