Home
last modified time | relevance | path

Searched refs:ContextType (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsmb2pdu.h254 __le16 ContextType; member
275 __le16 ContextType; /* 1 */ member
291 __le16 ContextType; /* 2 */ member
300 __le16 ContextType; /* 0x100 */ member
387 __le16 ContextType; member
Dsmb2pdu.c409 pneg_ctxt->ContextType = SMB2_PREAUTH_INTEGRITY_CAPABILITIES; in build_preauth_ctxt()
420 pneg_ctxt->ContextType = SMB2_ENCRYPTION_CAPABILITIES; in build_encrypt_ctxt()
430 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE; in build_posix_ctxt()
535 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES) in smb311_decode_neg_context()
538 else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) in smb311_decode_neg_context()
541 else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) in smb311_decode_neg_context()
545 le16_to_cpu(pctx->ContextType)); in smb311_decode_neg_context()