Lines Matching defs:command
26 * in order by SMB2 command. This is similar to "wct" in SMB/CIFS requests.
29 * indexed by command in host byte order
96 * command.
175 ksmbd_debug(SMB, "no length check for command\n");
360 int command;
366 pr_err("next command(%u) offset exceeds smb msg size\n",
385 command = le16_to_cpu(hdr->Command);
386 if (command >= NUMBER_OF_SMB2_COMMANDS) {
387 ksmbd_debug(SMB, "Illegal SMB2 command %d\n", command);
391 if (smb2_req_struct_sizes[command] != pdu->StructureSize2) {
392 if (!(command == SMB2_OPLOCK_BREAK_HE &&
397 "Illegal request size %u for command %d\n",
398 le16_to_cpu(pdu->StructureSize2), command);
405 if (command == SMB2_LOCK_HE)
430 if (command == SMB2_NEGOTIATE_HE)
444 len, clc_len, command,