Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcifssmb.c352 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2()
371 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()
2681 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBUnixQuerySymLink()
3114 if (rc || get_bcc(&pSMBr->hdr) < 2) in cifs_do_get_acl()
3281 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetExtAttr()
3364 bcc = get_bcc(&pSMBr->hdr); in validate_ntransact()
3672 else if (get_bcc(&pSMBr->hdr) < 40) in CIFSSMBQFileInfo()
4306 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetSrvInodeNumber()
4497 if (rc || get_bcc(&pSMBr->hdr) < 18) in SMBOldQFSInfo()
4584 if (rc || get_bcc(&pSMBr->hdr) < 24) in CIFSSMBQFSInfo()
[all …]
H A Dsess.c1502 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2()
1628 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos()
1786 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_negotiate()
1881 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_authenticate()
H A Dmisc.c442 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
H A Dnetmisc.c924 2 /* size of the bcc field */ + get_bcc(ptr)); in smbCalcSize()
H A Dsmb1ops.c346 byte_count = get_bcc(target_hdr); in coalesce_t2()
H A Dcifspdu.h464 get_bcc(struct smb_hdr *hdr) in get_bcc() function
H A Dconnect.c4060 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()