Searched defs:mux_session (Results 1 – 1 of 1) sorted by relevance
185 struct mux_session { struct187 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. */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 */195 int ul_flow_credits; /* UL flow credits */196 u8 net_tx_stop:1,[all …]