Home
last modified time | relevance | path

Searched refs:otheru (Results 1 – 1 of 1) sorted by relevance

/linux/net/unix/
H A Daf_unix.c1633 struct unix_sock *u = unix_sk(sk), *newu, *otheru; in unix_stream_connect() local
1749 otheru = unix_sk(other); in unix_stream_connect()
1768 if (otheru->path.dentry) { in unix_stream_connect()
1769 path_get(&otheru->path); in unix_stream_connect()
1770 newu->path = otheru->path; in unix_stream_connect()
1772 refcount_inc(&otheru->addr->refcnt); in unix_stream_connect()
1773 smp_store_release(&newu->addr, otheru->addr); in unix_stream_connect()
2377 struct unix_sock *otheru; in unix_stream_sendmsg() local
2407 otheru = unix_sk(other); in unix_stream_sendmsg()
2481 WRITE_ONCE(otheru->inq_len, otheru->inq_len + skb->len); in unix_stream_sendmsg()