Home
last modified time | relevance | path

Searched refs:bytes_remaining (Results 1 – 1 of 1) sorted by relevance

/fs/cifs/
Dsess.c431 int bytes_remaining; in CIFS_SessSetup() local
689 bytes_remaining = BCC(smb_buf); in CIFS_SessSetup()
696 if (blob_len > bytes_remaining) { in CIFS_SessSetup()
701 bytes_remaining -= blob_len; in CIFS_SessSetup()
706 rc = decode_unicode_ssetup(&bcc_ptr, bytes_remaining, in CIFS_SessSetup()
709 rc = decode_ascii_ssetup(&bcc_ptr, bytes_remaining, in CIFS_SessSetup()