Searched refs:SECMODE_USER (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/smb/client/ | ||
D | cifspdu.h | 524 #define SECMODE_USER 0x01 /* off indicates share level security */ macro |
D | cifssmb.c | 467 if ((server->sec_mode & SECMODE_USER) == 0) in CIFSSMBNegotiate() |