Lines Matching defs:smb1_protos
34 static struct smb_protocol smb1_protos[] = {
103 int offt = ARRAY_SIZE(smb1_protos) - 1;
107 if (!strncmp(str, smb1_protos[offt].prot, len)) {
109 smb1_protos[offt].prot, offt);
110 return smb1_protos[offt].index;
205 for (i = ARRAY_SIZE(smb1_protos) - 1; i >= 0; i--) {
216 if (!strcmp(dialect, smb1_protos[i].name)) {
217 if (supported_protocol(smb1_protos[i].index)) {
220 smb1_protos[i].name);
221 if (smb1_protos[i].index == SMB1_PROT)
223 return smb1_protos[i].prot_id;