Lines Matching refs:sock_flag
441 if (unix_recvq_full(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
485 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
501 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1157 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1214 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1280 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1714 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
1793 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
1894 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
1966 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()
2694 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? EPOLLPRI : 0); in unix_dgram_poll()