Searched refs:STATUS_INVALID_PARAMETER (Results 1 – 3 of 3) sorted by relevance
119 conn->ops->set_rsp_status(work, STATUS_INVALID_PARAMETER); in __process_request()128 conn->ops->set_rsp_status(work, STATUS_INVALID_PARAMETER); in __process_request()194 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()204 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()227 STATUS_INVALID_PARAMETER); in __handle_ksmbd_work()
890 return STATUS_INVALID_PARAMETER; in decode_preauth_ctxt()1007 __le32 status = STATUS_INVALID_PARAMETER; in deassemble_neg_contexts()1108 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()1115 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()1124 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()1130 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()1137 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()1144 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()1158 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()1176 rsp->hdr.Status = STATUS_INVALID_PARAMETER; in smb2_handle_negotiate()[all …]
238 #define STATUS_INVALID_PARAMETER cpu_to_le32(0xC000000D) macro