old_peer         1169 net/unix/af_unix.c 		struct sock *old_peer = unix_peer(sk);
old_peer         1171 net/unix/af_unix.c 		unix_dgram_peer_wake_disconnect_wakeup(sk, old_peer);
old_peer         1175 net/unix/af_unix.c 		if (other != old_peer)
old_peer         1176 net/unix/af_unix.c 			unix_dgram_disconnected(sk, old_peer);
old_peer         1177 net/unix/af_unix.c 		sock_put(old_peer);