Lines Matching refs:SOCK_DEAD
515 if (unix_recvq_full_lockless(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
559 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
576 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1381 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1443 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1513 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1991 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
2135 if (sock_flag(other, SOCK_DEAD) || in queue_oob()
2238 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
2319 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage()
2600 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2755 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_read_generic()