smb2_read_req
struct smb2_read_req *req = NULL;
cpu_to_le16(offsetof(struct smb2_read_req, Buffer));
struct smb2_read_req *req = NULL;
*off = le16_to_cpu(((struct smb2_read_req *)hdr)->ReadChannelInfoOffset);
*len = le16_to_cpu(((struct smb2_read_req *)hdr)->ReadChannelInfoLength);
static inline int smb2_read_req_len(struct smb2_read_req *h)
struct smb2_read_req *req;
struct smb2_read_req *req, void *data_buf,
struct smb2_read_req *req;
if (ch_offset < offsetof(struct smb2_read_req, Buffer)) {