Lines Matching refs:sock_flag
438 if (unix_recvq_full(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
482 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
498 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1132 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1188 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1254 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1721 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
1799 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
1899 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
1970 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage()
2142 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
2217 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2291 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_read_generic()
2686 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? EPOLLPRI : 0); in unix_dgram_poll()