Searched refs:otheru (Results 1 – 1 of 1) sorted by relevance
1206 struct unix_sock *u = unix_sk(sk), *newu, *otheru; in unix_stream_connect() local1329 otheru = unix_sk(other); in unix_stream_connect()1348 if (otheru->path.dentry) { in unix_stream_connect()1349 path_get(&otheru->path); in unix_stream_connect()1350 newu->path = otheru->path; in unix_stream_connect()1352 refcount_inc(&otheru->addr->refcnt); in unix_stream_connect()1353 smp_store_release(&newu->addr, otheru->addr); in unix_stream_connect()