Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2ops.c2496 shdr->NextCommand = cpu_to_le32(len); in smb2_set_next_command()
4921 if (shdr->NextCommand) { in receive_encrypted_standard()
4927 buf + le32_to_cpu(shdr->NextCommand), in receive_encrypted_standard()
4928 pdu_length - le32_to_cpu(shdr->NextCommand)); in receive_encrypted_standard()
4952 if (ret == 0 && shdr->NextCommand) { in receive_encrypted_standard()
4953 pdu_length -= le32_to_cpu(shdr->NextCommand); in receive_encrypted_standard()
5026 return le32_to_cpu(hdr->NextCommand); in smb2_next_header()
H A Dsmb2pdu.h115 __le32 NextCommand; member
H A Dsmb2pdu.c3894 shdr->NextCommand = cpu_to_le32(*total_len); in smb2_new_read_req()
3896 shdr->NextCommand = 0; in smb2_new_read_req()