Lines Matching refs:req_hdr
90 struct smb2_hdr *req_hdr = ksmbd_req_buf_next(work); in smb2_get_ksmbd_tcon() local
91 unsigned int cmd = le16_to_cpu(req_hdr->Command); in smb2_get_ksmbd_tcon()
106 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
313 struct smb2_hdr *req_hdr = ksmbd_req_buf_next(work); in smb2_set_rsp_credits() local
322 hdr->CreditCharge = req_hdr->CreditCharge; in smb2_set_rsp_credits()
331 le16_to_cpu(req_hdr->CreditCharge), 1); in smb2_set_rsp_credits()
341 le16_to_cpu(req_hdr->CreditRequest), 1); in smb2_set_rsp_credits()
358 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
566 struct smb2_hdr *req_hdr = ksmbd_req_buf_next(work); in smb2_check_user_session() local
568 unsigned int cmd = le16_to_cpu(req_hdr->Command); in smb2_check_user_session()
583 sess_id = le64_to_cpu(req_hdr->SessionId); in smb2_check_user_session()