Lines Matching defs:smb2_protos
49 static struct smb_protocol smb2_protos[] = {
115 offt = ARRAY_SIZE(smb2_protos) - 1;
117 if (!strncmp(str, smb2_protos[offt].prot, len)) {
119 smb2_protos[offt].prot, offt);
120 return smb2_protos[offt].index;
239 for (i = ARRAY_SIZE(smb2_protos) - 1; i >= 0; i--) {
245 smb2_protos[i].prot_id)
248 if (supported_protocol(smb2_protos[i].index)) {
250 smb2_protos[i].name);
251 return smb2_protos[i].prot_id;