Lines Matching defs:unix_sk

136 #define UNIX_ABSTRACT(sk)	(unix_sk(sk)->addr->hash < UNIX_HASH_SIZE)
180 #define unix_peer(sk) (unix_sk(sk)->peer)
286 struct unix_sock *u = unix_sk(s);
320 struct dentry *dentry = unix_sk(s)->path.dentry;
366 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait,
383 u = unix_sk(sk);
384 u_other = unix_sk(other);
404 u = unix_sk(sk);
405 u_other = unix_sk(other);
479 wake_up_interruptible_all(&unix_sk(sk)->peer_wait);
494 struct unix_sock *u = unix_sk(sk);
521 struct unix_sock *u = unix_sk(sk);
638 struct unix_sock *u = unix_sk(sk);
695 struct unix_sock *u = unix_sk(sk);
713 u = unix_sk(sock->sk);
820 u = unix_sk(sk);
892 struct unix_sock *u = unix_sk(sk);
988 dentry = unix_sk(u)->path.dentry;
990 touch_atime(&unix_sk(u)->path);
1036 struct unix_sock *u = unix_sk(sk);
1167 !unix_sk(sk)->addr && (err = unix_autobind(sock)) != 0)
1227 __releases(&unix_sk(other)->lock)
1229 struct unix_sock *u = unix_sk(other);
1254 struct unix_sock *u = unix_sk(sk), *newu, *otheru;
1375 newu = unix_sk(newsk);
1377 otheru = unix_sk(other);
1497 wake_up_interruptible(&unix_sk(sk)->peer_wait);
1530 addr = smp_load_acquire(&unix_sk(sk)->addr);
1663 struct unix_sock *u = unix_sk(sk);
1672 struct unix_sock *u = unix_sk(sk);
1687 struct unix_sock *u = unix_sk(sk);
2011 mutex_unlock(&unix_sk(other)->iolock);
2021 err = mutex_lock_interruptible(&unix_sk(other)->iolock);
2086 mutex_unlock(&unix_sk(other)->iolock);
2095 mutex_unlock(&unix_sk(other)->iolock);
2137 struct unix_address *addr = smp_load_acquire(&unix_sk(sk)->addr);
2150 struct unix_sock *u = unix_sk(sk);
2317 struct unix_sock *u = unix_sk(sk);
2651 if (!smp_load_acquire(&unix_sk(sk)->addr))
2654 path = unix_sk(sk)->path;
2896 struct unix_sock *u = unix_sk(s);