Lines Matching refs:sock_flag
465 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
481 if (!sock_flag(sk, SOCK_DEAD)) { in unix_sock_destructor()
1105 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
1161 sched = !sock_flag(other, SOCK_DEAD) && in unix_wait_for_peer()
1227 if (sock_flag(other, SOCK_DEAD)) { in unix_stream_connect()
1676 if (unlikely(sock_flag(other, SOCK_DEAD))) { in unix_dgram_sendmsg()
1754 if (sock_flag(other, SOCK_RCVTSTAMP)) in unix_dgram_sendmsg()
1858 if (sock_flag(other, SOCK_DEAD) || in unix_stream_sendmsg()
1979 if (sock_flag(sk, SOCK_RCVTSTAMP)) in unix_dgram_recvmsg()
2048 if (sock_flag(sk, SOCK_DEAD)) in unix_stream_data_wait()
2108 if (sock_flag(sk, SOCK_DEAD)) { in unix_stream_recvmsg()
2381 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? POLLPRI : 0); in unix_dgram_poll()