Searched refs:scope_id (Results 1 – 1 of 1) sorted by relevance
156 char scope_id[13]; in cifs_convert_address() local180 memcpy(scope_id, pct + 1, slen); in cifs_convert_address()181 scope_id[slen] = '\0'; in cifs_convert_address()183 rc = kstrtouint(scope_id, 0, &s6->sin6_scope_id); in cifs_convert_address()