Searched refs:smb2_neg_size (Results 1 – 1 of 1) sorted by relevance
1838 unsigned int smb2_buf_len, smb2_neg_size, neg_ctxt_len = 0; in smb2_handle_negotiate() local1844 smb2_neg_size = offsetof(struct smb2_negotiate_req, Dialects); in smb2_handle_negotiate()1845 if (smb2_neg_size > smb2_buf_len) { in smb2_handle_negotiate()1867 if (smb2_neg_size > nego_ctxt_off) { in smb2_handle_negotiate()1873 if (smb2_neg_size + le16_to_cpu(req->DialectCount) * sizeof(__le16) > in smb2_handle_negotiate()1880 if (smb2_neg_size + le16_to_cpu(req->DialectCount) * sizeof(__le16) > in smb2_handle_negotiate()