unix_peer         184 net/unix/af_unix.c 	return unix_peer(osk) == sk;
unix_peer         189 net/unix/af_unix.c 	return unix_peer(osk) == NULL || unix_our_peer(sk, osk);
unix_peer         202 net/unix/af_unix.c 	peer = unix_peer(s);
unix_peer         481 net/unix/af_unix.c 		if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) {
unix_peer         538 net/unix/af_unix.c 	skpair = unix_peer(sk);
unix_peer         554 net/unix/af_unix.c 		unix_peer(sk) = NULL;
unix_peer        1168 net/unix/af_unix.c 	if (unix_peer(sk)) {
unix_peer        1169 net/unix/af_unix.c 		struct sock *old_peer = unix_peer(sk);
unix_peer        1170 net/unix/af_unix.c 		unix_peer(sk) = other;
unix_peer        1179 net/unix/af_unix.c 		unix_peer(sk) = other;
unix_peer        1335 net/unix/af_unix.c 	unix_peer(newsk)	= sk;
unix_peer        1375 net/unix/af_unix.c 	unix_peer(sk)	= newsk;
unix_peer        1408 net/unix/af_unix.c 	unix_peer(ska) = skb;
unix_peer        1409 net/unix/af_unix.c 	unix_peer(skb) = ska;
unix_peer        1693 net/unix/af_unix.c 		if (unix_peer(sk) == other) {
unix_peer        1694 net/unix/af_unix.c 			unix_peer(sk) = NULL;
unix_peer        1727 net/unix/af_unix.c 	    unlikely(unix_peer(other) != sk && unix_recvq_full(other))) {
unix_peer        1743 net/unix/af_unix.c 		if (unix_peer(sk) != other ||
unix_peer        1813 net/unix/af_unix.c 		other = unix_peer(sk);
unix_peer        1899 net/unix/af_unix.c 	other = unix_peer(sk);
unix_peer        2473 net/unix/af_unix.c 	other = unix_peer(sk);
unix_peer        2680 net/unix/af_unix.c 		other = unix_peer(sk);
unix_peer        2681 net/unix/af_unix.c 		if (other && unix_peer(other) != sk &&