Home
last modified time | relevance | path

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

/fs/cifs/
DKconfig142 negotiate a newer dialect with servers, such as Samba 3.0.5
146 (such as Samba 3.10 and later) which can negotiate
Dsmb2ops.c5155 .negotiate = smb2_negotiate,
5255 .negotiate = smb2_negotiate,
5357 .negotiate = smb2_negotiate,
5470 .negotiate = smb2_negotiate,
Dsmb1ops.c1172 .negotiate = cifs_negotiate,
Dcifsglob.h272 int (*negotiate)(const unsigned int, struct cifs_ses *); member
Dconnect.c5035 if (!server->ops->need_neg || !server->ops->negotiate) in cifs_negotiate_protocol()
5042 rc = server->ops->negotiate(xid, ses); in cifs_negotiate_protocol()