Home
last modified time | relevance | path

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

/fs/ksmbd/
DKconfig40 Secure negotiate, Pre-authentication integrity, oplock/lease,
/fs/cifs/
DKconfig114 negotiate a newer dialect with servers, such as Samba 3.0.5
118 (such as Samba 3.10 and later) which can negotiate
Dsmb1ops.c1170 .negotiate = cifs_negotiate,
Dsmb2ops.c5407 .negotiate = smb2_negotiate,
5508 .negotiate = smb2_negotiate,
5611 .negotiate = smb2_negotiate,
5725 .negotiate = smb2_negotiate,
Dcifsglob.h265 int (*negotiate)(const unsigned int, struct cifs_ses *); member
Dconnect.c3796 if (!server->ops->need_neg || !server->ops->negotiate) in cifs_negotiate_protocol()
3803 rc = server->ops->negotiate(xid, ses); in cifs_negotiate_protocol()