Home
last modified time | relevance | path

Searched refs:SMB10_PROT_ID (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.h293 #define SMB10_PROT_ID 0x0000 /* local only, not sent on wire w/CIFS negprot */ macro
H A Dsmb1ops.c1234 .protocol_id = SMB10_PROT_ID,
H A Dcifsfs.c188 if ((tcon->ses->server->vals->protocol_id == SMB10_PROT_ID) && in cifs_read_super()