Home
last modified time | relevance | path

Searched refs:SMB21_PROT (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/server/
H A Dsmb_common.c36 SMB21_PROT,
51 SMB21_PROT,
93 return SMB21_PROT; in ksmbd_min_protocol()
109 {SMB21_PROT, SMB21_VERSION_STRING},
207 (server_conf.min_protocol >= SMB21_PROT || in supported_protocol()
H A Dsmb_common.h23 #define SMB21_PROT 2 macro