otheru 1218 net/unix/af_unix.c struct unix_sock *u = unix_sk(sk), *newu, *otheru; otheru 1341 net/unix/af_unix.c otheru = unix_sk(other); otheru 1360 net/unix/af_unix.c if (otheru->path.dentry) { otheru 1361 net/unix/af_unix.c path_get(&otheru->path); otheru 1362 net/unix/af_unix.c newu->path = otheru->path; otheru 1364 net/unix/af_unix.c refcount_inc(&otheru->addr->refcnt); otheru 1365 net/unix/af_unix.c smp_store_release(&newu->addr, otheru->addr);