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