Searched refs:nmsize (Results 1 – 1 of 1) sorted by relevance
947 int error, doff, poff, txdcount, txpcount, nmlen, nmsize; in smb_t2_request_int() local997 nmsize = nmlen + 1; /* null term. */ in smb_t2_request_int()999 nmsize *= 2; in smb_t2_request_int()1001 nmsize += 1; in smb_t2_request_int()1003 len = ALIGN4(len + 5 * 2 + t2p->t2_setupcount * 2 + 2 + nmsize); in smb_t2_request_int()1040 error = mb_put_mem(mbp, NULL, nmsize, MB_MZERO); in smb_t2_request_int()