Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2ops.c1585 shdr->NextCommand = cpu_to_le32(len); in smb2_set_next_command()
3111 if (shdr->NextCommand) { in receive_encrypted_standard()
3120 tmpbuf + le32_to_cpu(shdr->NextCommand), in receive_encrypted_standard()
3121 pdu_length - le32_to_cpu(shdr->NextCommand)); in receive_encrypted_standard()
3145 if (ret == 0 && shdr->NextCommand) { in receive_encrypted_standard()
3146 pdu_length -= le32_to_cpu(shdr->NextCommand); in receive_encrypted_standard()
3153 buf += le32_to_cpu(shdr->NextCommand); in receive_encrypted_standard()
3211 return le32_to_cpu(hdr->NextCommand); in smb2_next_header()
Dsmb2pdu.h112 __le32 NextCommand; member
Dsmb2pdu.c3044 shdr->NextCommand = cpu_to_le32(*total_len); in smb2_new_read_req()
3046 shdr->NextCommand = 0; in smb2_new_read_req()