Searched refs:ContextType (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/common/
H A Dsmb2pdu.h260 __le16 ContextType; member in struct:tree_connect_contexts
457 __le16 ContextType; member in struct:smb2_neg_context
473 __le16 ContextType; /* 1 */ member in struct:smb2_preauth_neg_context
491 __le16 ContextType; /* 2 */ member in struct:smb2_encryption_neg_context
513 __le16 ContextType; /* 3 */ member in struct:smb2_compression_capabilities_context
529 __le16 ContextType; /* 5 */ member in struct:smb2_netname_neg_context
544 __le16 ContextType; /* 6 */ member in struct:smb2_transport_capabilities_context
562 __le16 ContextType; /* 7 */ member in struct:smb2_rdma_transform_capabilities_context
585 __le16 ContextType; /* 8 */ member in struct:smb2_signing_capabilities
595 __le16 ContextType; /* member in struct:smb2_posix_neg_context
[all...]
/linux-master/fs/smb/client/
H A Dsmb2pdu.c588 pneg_ctxt->ContextType = SMB2_PREAUTH_INTEGRITY_CAPABILITIES;
599 pneg_ctxt->ContextType = SMB2_COMPRESSION_CAPABILITIES;
615 pneg_ctxt->ContextType = SMB2_SIGNING_CAPABILITIES;
634 pneg_ctxt->ContextType = SMB2_ENCRYPTION_CAPABILITIES;
658 pneg_ctxt->ContextType = SMB2_NETNAME_NEGOTIATE_CONTEXT_ID;
669 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE;
944 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES)
947 else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES)
950 else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES)
953 else if (pctx->ContextType
[all...]
/linux-master/fs/smb/server/
H A Dsmb2pdu.c760 pneg_ctxt->ContextType = SMB2_PREAUTH_INTEGRITY_CAPABILITIES;
772 pneg_ctxt->ContextType = SMB2_ENCRYPTION_CAPABILITIES;
782 pneg_ctxt->ContextType = SMB2_SIGNING_CAPABILITIES;
793 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE;
1018 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES) {
1029 } else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) {
1038 } else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) {
1046 } else if (pctx->ContextType == SMB2_NETNAME_NEGOTIATE_CONTEXT_ID) {
1049 } else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) {
1053 } else if (pctx->ContextType
[all...]

Completed in 304 milliseconds