Home
last modified time | relevance | path

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

/fs/cifs/
DKconfig22 This is the client VFS module for the SMB3 family of NAS protocols,
Dcifssmb.c56 } protocols[] = { variable
69 } protocols[] = { variable
625 size_t len = strlen(protocols[i].name) + 1; in CIFSSMBNegotiate()
627 memcpy(pSMB->DialectsArray+count, protocols[i].name, len); in CIFSSMBNegotiate()