Lines Matching refs:sock_flag
437 if (unix_recvq_full(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
481 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
497 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1131 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1187 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1253 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1669 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
1747 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
1847 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
1918 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage()
2090 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
2165 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2239 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_read_generic()
2633 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? EPOLLPRI : 0); in unix_dgram_poll()