Lines Matching refs:sock_flag
527 if (unix_recvq_full_lockless(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
571 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
588 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1402 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1464 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1535 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
2000 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
2087 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
2144 if (sock_flag(other, SOCK_DEAD) || in queue_oob()
2264 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
2405 if (sock_flag(sk, SOCK_RCVTSTAMP)) in __unix_dgram_recvmsg()
2507 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2546 if (sock_flag(sk, SOCK_URGINLINE) || !u->oob_skb) { in unix_stream_recv_urg()
2588 } else if (sock_flag(sk, SOCK_URGINLINE)) { in manage_oob()
2662 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_read_generic()
3126 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? EPOLLPRI : 0); in unix_dgram_poll()