Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2misc.c523 if (command == SMB2_NEGOTIATE_HE) in ksmbd_smb2_check_message()
563 return ksmbd_smb_negotiate_common(work, SMB2_NEGOTIATE_HE); in smb2_negotiate_request()
H A Dsmb2pdu.c963 if (cmd == SMB2_NEGOTIATE_HE || cmd == SMB2_SESSION_SETUP_HE) in smb2_check_user_session()
12050 command != SMB2_NEGOTIATE_HE) in smb2_is_sign_req()
12275 if (le16_to_cpu(req->Command) == SMB2_NEGOTIATE_HE) { in smb3_preauth_hash_rsp()
/linux/fs/smb/common/
H A Dsmb2pdu.h21 #define SMB2_NEGOTIATE_HE 0x0000 macro
43 #define SMB2_NEGOTIATE cpu_to_le16(SMB2_NEGOTIATE_HE)
/linux/fs/smb/client/
H A Dsmb2misc.c289 if (command == SMB2_NEGOTIATE_HE) in smb2_check_message()