Lines Matching refs:req_hdr
95 struct smb2_hdr *req_hdr = smb2_get_msg(work->request_buf); in smb2_get_ksmbd_tcon() local
96 unsigned int cmd = le16_to_cpu(req_hdr->Command); in smb2_get_ksmbd_tcon()
112 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
299 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()
320 le16_to_cpu(req_hdr->CreditRequest), 1); in smb2_set_rsp_credits()
343 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
562 struct smb2_hdr *req_hdr = smb2_get_msg(work->request_buf); in smb2_check_user_session() local
580 sess_id = le64_to_cpu(req_hdr->SessionId); in smb2_check_user_session()
8243 struct smb2_hdr *req_hdr; in smb2_set_sign_rsp() local
8253 req_hdr = ksmbd_req_buf_next(work); in smb2_set_sign_rsp()
8257 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8265 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8354 struct smb2_hdr *req_hdr, *hdr; in smb3_set_sign_rsp() local
8366 req_hdr = ksmbd_req_buf_next(work); in smb3_set_sign_rsp()
8370 if (req_hdr->NextCommand) in smb3_set_sign_rsp()
8391 if (req_hdr->NextCommand) in smb3_set_sign_rsp()