Lines Matching refs:req_hdr
96 struct smb2_hdr *req_hdr = work->request_buf; in smb2_get_ksmbd_tcon() local
112 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
301 struct smb2_hdr *req_hdr = ksmbd_req_buf_next(work); in smb2_set_rsp_credits() local
311 hdr->CreditCharge = req_hdr->CreditCharge; in smb2_set_rsp_credits()
320 le16_to_cpu(req_hdr->CreditCharge), 1); in smb2_set_rsp_credits()
322 le16_to_cpu(req_hdr->CreditRequest), 1); in smb2_set_rsp_credits()
345 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
564 struct smb2_hdr *req_hdr = work->request_buf; in smb2_check_user_session() local
582 sess_id = le64_to_cpu(req_hdr->SessionId); in smb2_check_user_session()
8211 struct smb2_hdr *req_hdr; in smb2_set_sign_rsp() local
8221 req_hdr = ksmbd_req_buf_next(work); in smb2_set_sign_rsp()
8225 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8232 if (req_hdr->NextCommand) in smb2_set_sign_rsp()
8321 struct smb2_hdr *req_hdr; in smb3_set_sign_rsp() local
8334 req_hdr = ksmbd_req_buf_next(work); in smb3_set_sign_rsp()
8338 if (req_hdr->NextCommand) in smb3_set_sign_rsp()
8358 if (req_hdr->NextCommand) in smb3_set_sign_rsp()