Home
last modified time | relevance | path

Searched refs:SMB2_NEGOTIATE_HE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dsmb2misc.c442 if (command == SMB2_NEGOTIATE_HE) in ksmbd_smb2_check_message()
472 return ksmbd_smb_negotiate_common(work, SMB2_NEGOTIATE_HE); in smb2_negotiate_request()
H A Dsmb2ops.c172 [SMB2_NEGOTIATE_HE] = { .proc = smb2_negotiate_request, },
H A Dsmb_common.c599 if (command == SMB2_NEGOTIATE_HE) { in ksmbd_smb_negotiate_common()
H A Dsmb2pdu.c580 if (cmd == SMB2_ECHO_HE || cmd == SMB2_NEGOTIATE_HE || in smb2_check_user_session()
8659 command != SMB2_NEGOTIATE_HE && in smb2_is_sign_req()
8861 if (le16_to_cpu(req->Command) == SMB2_NEGOTIATE_HE && in smb3_preauth_hash_rsp()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h18 #define SMB2_NEGOTIATE_HE 0x0000 macro
40 #define SMB2_NEGOTIATE cpu_to_le16(SMB2_NEGOTIATE_HE)
/openbmc/linux/fs/smb/client/
H A Dsmb2misc.c236 if (command == SMB2_NEGOTIATE_HE) in smb2_check_message()