Searched refs:otheru (Results 1 – 1 of 1) sorted by relevance
1180 struct unix_sock *u = unix_sk(sk), *newu, *otheru; in unix_stream_connect() local1303 otheru = unix_sk(other); in unix_stream_connect()1306 if (otheru->addr) { in unix_stream_connect()1307 atomic_inc(&otheru->addr->refcnt); in unix_stream_connect()1308 newu->addr = otheru->addr; in unix_stream_connect()1310 if (otheru->path.dentry) { in unix_stream_connect()1311 path_get(&otheru->path); in unix_stream_connect()1312 newu->path = otheru->path; in unix_stream_connect()