Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifssmb.c356 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2()
375 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()
617 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()
1125 if (rc || get_bcc(&pSMBr->hdr) < sizeof(OPEN_PSX_RSP)) { in CIFSPOSIXCreate()
1127 get_bcc(&pSMBr->hdr), sizeof(OPEN_PSX_RSP)); in CIFSPOSIXCreate()
1147 if (get_bcc(&pSMBr->hdr) < sizeof(OPEN_PSX_RSP) in CIFSPOSIXCreate()
2358 if (rc || get_bcc(&pSMBr->hdr) < sizeof(*parm_data)) { in CIFSSMBPosixLock()
2360 get_bcc(&pSMBr->hdr), sizeof(*parm_data)); in CIFSSMBPosixLock()
2925 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBUnixQuerySymLink()
2927 get_bcc(&pSMBr->hdr), 2); in CIFSSMBUnixQuerySymLink()
[all …]
H A Dsmb1misc.c85 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
188 2 /* size of the bcc field */ + get_bcc(ptr)); in smbCalcSize()
H A Dsmb1session.c498 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2()
624 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos()
782 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_negotiate()
877 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_authenticate()
H A Dsmb1proto.h317 get_bcc(struct smb_hdr *hdr) in get_bcc() function
H A Dsmb1transport.c380 byte_count = get_bcc(target_hdr); in coalesce_t2()