unix_peer 162 net/unix/af_unix.c return unix_peer(osk) == sk;
unix_peer 167 net/unix/af_unix.c return (unix_peer(osk) == NULL || unix_our_peer(sk, osk));
unix_peer 180 net/unix/af_unix.c peer = unix_peer(s);
unix_peer 340 net/unix/af_unix.c if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) {
unix_peer 395 net/unix/af_unix.c skpair=unix_peer(sk);
unix_peer 411 net/unix/af_unix.c unix_peer(sk) = NULL;
unix_peer 960 net/unix/af_unix.c if (unix_peer(sk)) {
unix_peer 961 net/unix/af_unix.c struct sock *old_peer = unix_peer(sk);
unix_peer 962 net/unix/af_unix.c unix_peer(sk)=other;
unix_peer 969 net/unix/af_unix.c unix_peer(sk)=other;
unix_peer 1123 net/unix/af_unix.c unix_peer(newsk) = sk;
unix_peer 1151 net/unix/af_unix.c unix_peer(sk) = newsk;
unix_peer 1185 net/unix/af_unix.c unix_peer(ska)=skb;
unix_peer 1186 net/unix/af_unix.c unix_peer(skb)=ska;
unix_peer 1407 net/unix/af_unix.c if (unix_peer(sk) == other) {
unix_peer 1408 net/unix/af_unix.c unix_peer(sk)=NULL;
unix_peer 1434 net/unix/af_unix.c if (unix_peer(other) != sk && unix_recvq_full(other)) {
unix_peer 1496 net/unix/af_unix.c other = unix_peer(sk);
unix_peer 1885 net/unix/af_unix.c other=unix_peer(sk);
unix_peer 2031 net/unix/af_unix.c if (unix_peer(other) != sk) {