Lines Matching defs:other
235 static bool sock_is_scoped(struct sock *const other,
241 lockdep_assert_held(&unix_sk(other)->lock);
242 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain;
266 struct sock *const other,
278 if (!is_abstract_socket(other))
281 if (!sock_is_scoped(other, subject->domain))
289 .sk = other,
298 struct socket *const other)
310 * to other.
312 if (unix_peer(sock->sk) == other->sk)
315 if (!is_abstract_socket(other->sk))
318 if (!sock_is_scoped(other->sk, subject->domain))
326 .sk = other->sk,