Lines Matching refs:SOCK_DEAD
449 if (unix_recvq_full(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
493 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
516 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1245 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1307 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1376 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1855 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
1986 if (sock_flag(other, SOCK_DEAD) || in queue_oob()
2089 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
2170 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage()
2470 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2627 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_read_generic()