Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2misc.c361 if (le32_to_cpu(hdr->NextCommand) > 0) { in ksmbd_smb2_check_message()
362 len = le32_to_cpu(hdr->NextCommand); in ksmbd_smb2_check_message()
Dsmb2pdu.c252 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()
345 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
387 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()
392 rsp->NextCommand = cpu_to_le32(new_len); in init_chained_smb2_rsp()
419 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()
442 next_cmd = le32_to_cpu(hdr->NextCommand); in is_chained_smb2_message()
501 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()
545 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()
2495 if (req->hdr.NextCommand && !work->next_smb2_rcv_hdr_off && in smb2_open()
8128 if (work->next_smb2_rcv_hdr_off && req->hdr.NextCommand) { in smb2_notify()
[all …]
Doplock.c641 rsp_hdr->NextCommand = 0; in __smb2_oplock_break_noti()
748 rsp_hdr->NextCommand = 0; in __smb2_lease_break_noti()
Dsmb2pdu.h145 __le32 NextCommand; member
/Linux-v5.15/fs/cifs/
Dsmb2ops.c2627 shdr->NextCommand = cpu_to_le32(len); in smb2_set_next_command()
5151 if (shdr->NextCommand) { in receive_encrypted_standard()
5157 buf + le32_to_cpu(shdr->NextCommand), in receive_encrypted_standard()
5158 pdu_length - le32_to_cpu(shdr->NextCommand)); in receive_encrypted_standard()
5182 if (ret == 0 && shdr->NextCommand) { in receive_encrypted_standard()
5183 pdu_length -= le32_to_cpu(shdr->NextCommand); in receive_encrypted_standard()
5256 return le32_to_cpu(hdr->NextCommand); in smb2_next_header()
Dsmb2pdu.h102 __le32 NextCommand; member
Dsmb2pdu.c3958 shdr->NextCommand = cpu_to_le32(*total_len); in smb2_new_read_req()
3960 shdr->NextCommand = 0; in smb2_new_read_req()