Lines Matching refs:req_hdr
96 struct smb2_hdr *req_hdr = smb2_get_msg(work->request_buf); in smb2_get_ksmbd_tcon() local
97 unsigned int cmd = le16_to_cpu(req_hdr->Command); in smb2_get_ksmbd_tcon()
113 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
300 struct smb2_hdr *req_hdr = ksmbd_req_buf_next(work); in smb2_set_rsp_credits() local
309 hdr->CreditCharge = req_hdr->CreditCharge; in smb2_set_rsp_credits()
318 le16_to_cpu(req_hdr->CreditCharge), 1); in smb2_set_rsp_credits()
328 le16_to_cpu(req_hdr->CreditRequest), 1); in smb2_set_rsp_credits()
349 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
565 struct smb2_hdr *req_hdr = smb2_get_msg(work->request_buf); in smb2_check_user_session() local
583 sess_id = le64_to_cpu(req_hdr->SessionId); in smb2_check_user_session()
8330 struct smb2_hdr *req_hdr; in smb2_set_sign_rsp() local
8340 req_hdr = ksmbd_req_buf_next(work); in smb2_set_sign_rsp()
8344 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8352 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8445 struct smb2_hdr *req_hdr, *hdr; in smb3_set_sign_rsp() local
8457 req_hdr = ksmbd_req_buf_next(work); in smb3_set_sign_rsp()
8461 if (req_hdr->NextCommand) in smb3_set_sign_rsp()
8486 if (req_hdr->NextCommand) in smb3_set_sign_rsp()