SMB2_SESSION_SETUP_HE
#define SMB2_SESSION_SETUP cpu_to_le16(SMB2_SESSION_SETUP_HE)
if (command == SMB2_SESSION_SETUP_HE &&
[SMB2_SESSION_SETUP_HE] = { .proc = smb2_sess_setup, },
cmd == SMB2_SESSION_SETUP_HE)
if (le16_to_cpu(hdr->Command) == SMB2_SESSION_SETUP_HE) {
if (le16_to_cpu(hdr->Command) != SMB2_SESSION_SETUP_HE ||
if (command == SMB2_SESSION_SETUP_HE &&
if (le16_to_cpu(rsp->Command) == SMB2_SESSION_SETUP_HE && sess) {
if (le16_to_cpu(rsp->Command) == SMB2_SESSION_SETUP_HE &&