Searched refs:negotiate (Results 1 – 6 of 6) sorted by relevance
/fs/ksmbd/ |
D | Kconfig | 40 Secure negotiate, Pre-authentication integrity, oplock/lease,
|
/fs/cifs/ |
D | Kconfig | 114 negotiate a newer dialect with servers, such as Samba 3.0.5 118 (such as Samba 3.10 and later) which can negotiate
|
D | smb1ops.c | 1170 .negotiate = cifs_negotiate,
|
D | smb2ops.c | 5407 .negotiate = smb2_negotiate, 5508 .negotiate = smb2_negotiate, 5611 .negotiate = smb2_negotiate, 5725 .negotiate = smb2_negotiate,
|
D | cifsglob.h | 265 int (*negotiate)(const unsigned int, struct cifs_ses *); member
|
D | connect.c | 3796 if (!server->ops->need_neg || !server->ops->negotiate) in cifs_negotiate_protocol() 3803 rc = server->ops->negotiate(xid, ses); in cifs_negotiate_protocol()
|