Searched refs:otheru (Results 1 – 1 of 1) sorted by relevance
1639 struct unix_sock *u = unix_sk(sk), *newu, *otheru; in unix_stream_connect() local1753 otheru = unix_sk(other); in unix_stream_connect()1755 newu->scm_rights_notrunc = READ_ONCE(otheru->scm_rights_notrunc); in unix_stream_connect()1775 if (otheru->path.dentry) { in unix_stream_connect()1776 path_get(&otheru->path); in unix_stream_connect()1777 newu->path = otheru->path; in unix_stream_connect()1779 refcount_inc(&otheru->addr->refcnt); in unix_stream_connect()1780 smp_store_release(&newu->addr, otheru->addr); in unix_stream_connect()2390 struct unix_sock *otheru; in unix_stream_sendmsg() local2420 otheru = unix_sk(other); in unix_stream_sendmsg()[all …]