Lines Matching refs:sock_flag
441 if (unix_recvq_full_lockless(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()
1180 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1237 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1303 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1784 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
1863 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
1964 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
2036 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendpage()
2212 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
2287 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2361 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_read_generic()
2764 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? EPOLLPRI : 0); in unix_dgram_poll()